Html Css Color HEX #A85CC9 Deep Lilac

📋 copy color: '#A85CC9'

red 168 ◦ green 92 ◦ blue 201

#A85CC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A85CC9

Tints of Deep Lilac #A85CC9

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

 GREEN value IS 92 (36.33% from 255) = 19.96%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 36.44%
G = 19.96%
B = 43.6%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A85CC9 (or 0xA85CC9) is known color: Deep Lilac. HEX triplet: A8, 5C and C9. RGB value is (168,92,201). Sum of RGB (Red+Green+Blue) = 168+92+201=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CC9 is #57A336. Grayscale: #7E7E7E. Windows color (decimal): -5743415 or 13196456. OLE color: 13196456.

HSL color Cylindrical-coordinate representation of color #A85CC9: hue angle of 281.83º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85CC9 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 92 201 -
CMYK 0.16 0.54 0 0.21
HSL 281.83º 0.5% 0.57% -
HSV(B) 281.83º 0.54% 0.79% -
XYZ 30.52 20.2 57.55 -
YUV 127.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 168 92 201 0.16 0.54 0 0.21 281.83 0.5 0.57
Hex A8 5C C9 10 36 0 15 11A 32 39
Octal 250 134 311 20 66 0 25 432 62 71
Binary 10101000 1011100 11001001 10000 110110 0 10101 100011010 110010 111001

Color Harmonies of #A85CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CC9

Black with #A85CC9

Text Example


Text Example

White with #A85CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CC9; }

 p { color: rgb(168,92,201); }

 H1.HeaderClassName
 {
   color: #A85CC9;
 }
 .AnyTagClassName
 {
   color: #A85CC9;
 }
</style>

background-color css

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

 a { background-color: rgb(168,92,201); }

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

border-color css

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

 span { border-color: rgb(168,92,201); }

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