COLOR #A35EED

HEX: #A35EED
RGB: (163,94,237)

Color info

#A35EED contains mainly blue color. Web safe color of #A35EED is #9966FF (or #96F).

RGB color model

#A35EED color RGB value is (163,94,237).

  • red value is 163;
  • green value is 94;
  • blue value is 237.
RGB:
(163,94,237)
(64%,37%,93%)

RGB channels and saturation

R 163 of 255 = 64%
G 94 of 255 = 37%
B 237 of 255 = 93%

163
94
237

R + G + B ~ 65%. #A35EED is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 94 + 237 = 494 (100%)
R 163 of 494 ~ 33%
G 94 of 494 ~ 19.03%
B 237 of 494 ~ 47.98%

%33
%19.03
%47.98

CMYK color model

#A35EED color CMYK value is (31,60,0,7).

  • cyan value is 31.22%
  • magenta value is 60.34%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(31,60,0,7)
C31M60Y0K7 
(31%,60%,0%,7%)
(0.31/0.60/0.00/0.07)	

CMYK percentages

%31.22
%60.34
%0
%7.06

Codes

Color #A35EED in popluar color models

A35EED
RGB16394237
HSL269°79.89%64.90%
HSB/HSV269°60.34%92.94%
CMYK31.22%60.34%0.00%
7.06%

Color #A35EED in popluar number systems.

HEXA35EED
Decimal16394237
Binary10100011101111011101101
Octal243136355

Shades and tints

Shades of #A35EED

#A35EED
(163,94,237)
#9556D8
(149,86,216)
#874EC3
(135,78,195)
#7946AE
(121,70,174)
#6B3E99
(107,62,153)
#5D3684
(93,54,132)
#4F2E6F
(79,46,111)
#41265A
(65,38,90)
#331E45
(51,30,69)
#251630
(37,22,48)
#170E1B
(23,14,27)
#000000
(0,0,0)

Tints of #A35EED

#A35EED
(163,94,237)
#AB6CEE
(171,108,238)
#B37AEF
(179,122,239)
#BB88F0
(187,136,240)
#C396F1
(195,150,241)
#CBA4F2
(203,164,242)
#D3B2F3
(211,178,243)
#DBC0F4
(219,192,244)
#E3CEF5
(227,206,245)
#EBDCF6
(235,220,246)
#F3EAF7
(243,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35EED color. Also use rgb(163,94,237) instead hex code.

Text Font Color

.myTextColor { color: #A35EED; }

<p style="color:#A35EED">This sample text font color is #A35EED.</p>

This text font color is #A35EED.


Background Color

.myBgColor { background-color: #A35EED; }

<div style="background-color:#A35EED">Inner text</div>

This div background color is #A35EED.


Border color

.myBorderColor { border: 1px solid #A35EED; }

<div style="border:3px solid #A35EED">Div</div>

This div border color is #A35EED.


Opacity

.myOpacity80 { color: #A35EED; opacity: 0.8; }

<p style="color:#A35EED;opacity:0.8;">80%</p>

Text with #A35EED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A35EED;}

<p style="text-shadow: 3px 3px 1px #A35EED">Text here.</p>

This text has shadow with #A35EED color.

.textShadow {text-shadow: 3px 3px 1px #A35EED, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A35EED, 5px 5px 20px red">Text here.</p>

This text has shadow with #A35EED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A35EED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A35EED, Direction=45, Strength=4)">Text</p>

This text has shadow with #A35EED and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A35EED;
  -webkit-box-shadow:	1px 1px 3px 2px #A35EED;
  box-shadow:		1px 1px 3px 2px #A35EED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A35EED;
-webkit-box-shadow: 1px 1px 3px 2px #A35EED;
box-shadow:1px 1px 3px 2px #A35EED;">
Div content here</div>
This div box has shadow with color #A35EED.

Preview

Color preview on black background

This text has color #A35EED on black background.


Color preview on white background

This text has color #A35EED on white background.



Black color preview on #A35EED background

This text has black color on #A35EED background.


White color preview on #A35EED background

This text has white color on #A35EED background.