Html Css Color HEX #A85DB9 Deep Lilac

📋 copy color: '#A85DB9'

red 168 ◦ green 93 ◦ blue 185

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

Shades of Deep Lilac #A85DB9

Tints of Deep Lilac #A85DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 37.67%
G = 20.85%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A85DB9 (or 0xA85DB9) is known color: Deep Lilac. HEX triplet: A8, 5D and B9. RGB value is (168,93,185). Sum of RGB (Red+Green+Blue) = 168+93+185=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DB9 is #57A246. Grayscale: #7D7D7D. Windows color (decimal): -5743175 or 12148136. OLE color: 12148136.

HSL color Cylindrical-coordinate representation of color #A85DB9: hue angle of 288.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85DB9 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 93 185 -
CMYK 0.09 0.50 0 0.27
HSL 288.91º 0.4% 0.55% -
HSV(B) 288.91º 0.5% 0.73% -
XYZ 28.82 19.66 48.17 -
YUV 125.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 168 93 185 0.09 0.50 0 0.27 288.91 0.4 0.55
Hex A8 5D B9 9 32 0 1B 121 28 37
Octal 250 135 271 11 62 0 33 441 50 67
Binary 10101000 1011101 10111001 1001 110010 0 11011 100100001 101000 110111

Color Harmonies of #A85DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DB9

Black with #A85DB9

Text Example


Text Example

White with #A85DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DB9; }

 p { color: rgb(168,93,185); }

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

background-color css

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

 a { background-color: rgb(168,93,185); }

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

border-color css

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

 span { border-color: rgb(168,93,185); }

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