#A85CBF

Color #A85CBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A85CBF

Tints of Deep Lilac #A85CBF

Color information

#A85CBF (or 0xA85CBF) is unknown color: approx Deep Lilac. HEX triplet: A8, 5C and BF. RGB value is (168,92,191). Sum of RGB (Red+Green+Blue) = 168+92+191=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBF is #57A340. Grayscale: #7D7D7D. Windows color (decimal): -5743425 or 12541096. OLE color: 12541096.

HSL color Cylindrical-coordinate representation of color #A85CBF: hue angle of 286.06º degrees, saturation: 0.44, 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 #A85CBF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16892191-
CMYK0.120.5200.25
HSL286.06º43.61%55.49%-
HSV(B)286.06º51.83%74.9%-
XYZ29.3819.7451.55-
YUV126.01164.68157.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 191 (75% from 255) = 42.35%
R=37.25%
G=20.40%
B=42.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168921910.120.5200.25286.0643.6155.49
HexA85CBFC3401911e2c37
Octal25013427714640314365467
Binary101010001011100101111111100110100011001100011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CBF; }

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

 H1.HeaderClassName
 {
   color: #A85CBF;
 }
 .AnyTagClassName
 {
   color: #A85CBF;
 }
</style>
background-color css

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

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

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

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

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

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