Html Css Color HEX #A85CBD Deep Lilac

📋 copy color: '#A85CBD'

red 168 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #A85CBD

Tints of Deep Lilac #A85CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 37.42%
G = 20.49%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A85CBD (or 0xA85CBD) is known color: Deep Lilac. HEX triplet: A8, 5C and BD. RGB value is (168,92,189). Sum of RGB (Red+Green+Blue) = 168+92+189=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A85CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBD is #57A342. Grayscale: #7D7D7D. Windows color (decimal): -5743427 or 12410024. OLE color: 12410024.

HSL color Cylindrical-coordinate representation of color #A85CBD: hue angle of 287.01º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85CBD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 92 189 -
CMYK 0.11 0.51 0 0.26
HSL 287.01º 0.42% 0.55% -
HSV(B) 287.01º 0.51% 0.74% -
XYZ 29.16 19.65 50.4 -
YUV 125.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 168 92 189 0.11 0.51 0 0.26 287.01 0.42 0.55
Hex A8 5C BD B 33 0 1A 11F 2A 37
Octal 250 134 275 13 63 0 32 437 52 67
Binary 10101000 1011100 10111101 1011 110011 0 11010 100011111 101010 110111

Color Harmonies of #A85CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CBD

Black with #A85CBD

Text Example


Text Example

White with #A85CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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