#A85BB5

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

Shades of Deep Lilac #A85BB5

Tints of Deep Lilac #A85BB5

Color information

#A85BB5 (or 0xA85BB5) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and B5. RGB value is (168,91,181). Sum of RGB (Red+Green+Blue) = 168+91+181=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #A85BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BB5 is #57A44A. Grayscale: #7C7C7C. Windows color (decimal): -5743691 or 11885480. OLE color: 11885480.

HSL color Cylindrical-coordinate representation of color #A85BB5: hue angle of 291.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85BB5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16891181-
CMYK0.070.5000.29
HSL291.33º37.82%53.33%-
HSV(B)291.33º49.72%70.98%-
XYZ28.2319.1445.92-
YUV124.28160.01159.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=38.18%
G=20.68%
B=41.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168911810.070.5000.29291.3337.8253.33
HexA85BB573201D1232635
Octal2501332657620354434665
Binary10101000101101110110101111110010011101100100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BB5; }

 p { color: rgb(168,91,181); }

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

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

 a { background-color: rgb(168,91,181); }

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

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

 span { border-color: rgb(168,91,181); }

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