#A85FBA

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

Shades of Deep Lilac #A85FBA

Tints of Deep Lilac #A85FBA

Color information

#A85FBA (or 0xA85FBA) is unknown color: approx Deep Lilac. HEX triplet: A8, 5F and BA. RGB value is (168,95,186). Sum of RGB (Red+Green+Blue) = 168+95+186=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FBA is #57A045. Grayscale: #7E7E7E. Windows color (decimal): -5742662 or 12214184. OLE color: 12214184.

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

Color convert

RGB16895186-
CMYK0.100.4900.27
HSL288.13º39.74%55.1%-
HSV(B)288.13º48.92%72.94%-
XYZ29.120.0548.79-
YUV127.2161.18157.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=37.42%
G=21.16%
B=41.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168951860.100.4900.27288.1339.7455.1
HexA85FBAA3101B1202837
Octal25013727212610334405067
Binary101010001011111101110101010110001011011100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FBA; }

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

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

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

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

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

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

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

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