Html Css Color HEX #A85CB9 Deep Lilac

📋 copy color: '#A85CB9'

red 168 ◦ green 92 ◦ blue 185

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

Shades of Deep Lilac #A85CB9

Tints of Deep Lilac #A85CB9

RGB

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

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

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

R = 37.75%
G = 20.67%
B = 41.57%

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

#A85CB9 (or 0xA85CB9) is known color: Deep Lilac. HEX triplet: A8, 5C and B9. RGB value is (168,92,185). Sum of RGB (Red+Green+Blue) = 168+92+185=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #A85CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CB9 is #57A346. Grayscale: #7D7D7D. Windows color (decimal): -5743431 or 12147880. OLE color: 12147880.

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

Color convert

RGB 168 92 185 -
CMYK 0.09 0.50 0 0.27
HSL 289.03º 0.4% 0.54% -
HSV(B) 289.03º 0.5% 0.73% -
XYZ 28.73 19.48 48.14 -
YUV 125.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 168 92 185 0.09 0.50 0 0.27 289.03 0.4 0.54
Hex A8 5C B9 9 32 0 1B 121 28 36
Octal 250 134 271 11 62 0 33 441 50 66
Binary 10101000 1011100 10111001 1001 110010 0 11011 100100001 101000 110110

Color Harmonies of #A85CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CB9

Black with #A85CB9

Text Example


Text Example

White with #A85CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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