Html Css Color HEX #A85BC9 Deep Lilac

📋 copy color: '#A85BC9'

red 168 ◦ green 91 ◦ blue 201

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

Shades of Deep Lilac #A85BC9

Tints of Deep Lilac #A85BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

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

R = 36.52%
G = 19.78%
B = 43.7%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A85BC9 (or 0xA85BC9) is known color: Deep Lilac. HEX triplet: A8, 5B and C9. RGB value is (168,91,201). Sum of RGB (Red+Green+Blue) = 168+91+201=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BC9 is #57A436. Grayscale: #7E7E7E. Windows color (decimal): -5743671 or 13196200. OLE color: 13196200.

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

Color convert

RGB 168 91 201 -
CMYK 0.16 0.55 0 0.21
HSL 282º 0.5% 0.57% -
HSV(B) 282º 0.55% 0.79% -
XYZ 30.43 20.02 57.52 -
YUV 126.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 168 91 201 0.16 0.55 0 0.21 282 0.5 0.57
Hex A8 5B C9 10 37 0 15 11A 32 39
Octal 250 133 311 20 67 0 25 432 62 71
Binary 10101000 1011011 11001001 10000 110111 0 10101 100011010 110010 111001

Color Harmonies of #A85BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BC9

Black with #A85BC9

Text Example


Text Example

White with #A85BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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