#A85CBA

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

Shades of Deep Lilac #A85CBA

Tints of Deep Lilac #A85CBA

Color information

#A85CBA (or 0xA85CBA) is unknown color: approx Deep Lilac. HEX triplet: A8, 5C and BA. RGB value is (168,92,186). Sum of RGB (Red+Green+Blue) = 168+92+186=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CBA is #57A345. Grayscale: #7D7D7D. Windows color (decimal): -5743430 or 12213416. OLE color: 12213416.

HSL color Cylindrical-coordinate representation of color #A85CBA: hue angle of 288.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85CBA is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16892186-
CMYK0.100.5100.27
HSL288.51º40.52%54.51%-
HSV(B)288.51º50.54%72.94%-
XYZ28.8419.5248.7-
YUV125.44162.18158.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=37.67%
G=20.63%
B=41.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168921860.100.5100.27288.5140.5254.51
HexA85CBAA3301B1212937
Octal25013427212630334415167
Binary101010001011100101110101010110011011011100100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CBA; }

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

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

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

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

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

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

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

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