#A85EC5

Color #A85EC5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A85EC5

Tints of Deep Lilac #A85EC5

Color information

#A85EC5 (or 0xA85EC5) is unknown color: approx Deep Lilac. HEX triplet: A8, 5E and C5. RGB value is (168,94,197). Sum of RGB (Red+Green+Blue) = 168+94+197=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #A85EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EC5 is #57A13A. Grayscale: #7F7F7F. Windows color (decimal): -5742907 or 12934824. OLE color: 12934824.

HSL color Cylindrical-coordinate representation of color #A85EC5: hue angle of 283.11º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85EC5 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16894197-
CMYK0.150.5200.23
HSL283.11º47.03%57.06%-
HSV(B)283.11º52.28%77.25%-
XYZ30.2320.3655.16-
YUV127.87167.02156.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 197 (77.34% from 255) = 42.92%
R=36.60%
G=20.48%
B=42.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168941970.150.5200.23283.1147.0357.06
HexA85EC5F3401711b2f39
Octal25013630517640274335771
Binary101010001011110110001011111110100010111100011011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EC5; }

 p { color: rgb(168,94,197); }

 H1.HeaderClassName
 {
   color: #A85EC5;
 }
 .AnyTagClassName
 {
   color: #A85EC5;
 }
</style>
background-color css

<style>
 a { background-color: #A85EC5; }

 a { background-color: rgb(168,94,197); }

 div.DivClassName
 {
   background-color: #A85EC5;
 }
 .BgClassName
 {
   background-color: #A85EC5;
 }
</style>
border-color css

<style>
 span { border-color: #A85EC5; }

 span { border-color: rgb(168,94,197); }

 td.TdClassName
 {
   border-color: #A85EC5;
 }
 .TagClassName
 {
   border-color: #A85EC5;
 }
</style>