#A85ABF

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

Shades of Deep Lilac #A85ABF

Tints of Deep Lilac #A85ABF

Color information

#A85ABF (or 0xA85ABF) is unknown color: approx Deep Lilac. HEX triplet: A8, 5A and BF. RGB value is (168,90,191). Sum of RGB (Red+Green+Blue) = 168+90+191=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ABF is #57A540. Grayscale: #7C7C7C. Windows color (decimal): -5743937 or 12540584. OLE color: 12540584.

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

Color convert

RGB16890191-
CMYK0.120.5300.25
HSL286.34º44.1%55.1%-
HSV(B)286.34º52.88%74.9%-
XYZ29.2119.451.5-
YUV124.84165.34158.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 191 (75% from 255) = 42.54%
R=37.42%
G=20.04%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168901910.120.5300.25286.3444.155.1
HexA85ABFC3501911e2c37
Octal25013227714650314365467
Binary101010001011010101111111100110101011001100011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85ABF; }

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

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

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

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

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

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

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

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