Html Css Color HEX #A85CBE Deep Lilac

📋 copy color: '#A85CBE'

red 168 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #A85CBE

Tints of Deep Lilac #A85CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 37.33%
G = 20.44%
B = 42.22%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A85CBE (or 0xA85CBE) is known color: Deep Lilac. HEX triplet: A8, 5C and BE. RGB value is (168,92,190). Sum of RGB (Red+Green+Blue) = 168+92+190=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #A85CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBE is #57A341. Grayscale: #7D7D7D. Windows color (decimal): -5743426 or 12475560. OLE color: 12475560.

HSL color Cylindrical-coordinate representation of color #A85CBE: hue angle of 286.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85CBE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 92 190 -
CMYK 0.12 0.52 0 0.25
HSL 286.53º 0.43% 0.55% -
HSV(B) 286.53º 0.52% 0.75% -
XYZ 29.27 19.7 50.97 -
YUV 125.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 168 92 190 0.12 0.52 0 0.25 286.53 0.43 0.55
Hex A8 5C BE C 34 0 19 11F 2B 37
Octal 250 134 276 14 64 0 31 437 53 67
Binary 10101000 1011100 10111110 1100 110100 0 11001 100011111 101011 110111

Color Harmonies of #A85CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CBE

Black with #A85CBE

Text Example


Text Example

White with #A85CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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