#A060BB

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

Shades of Deep Lilac #A060BB

Tints of Deep Lilac #A060BB

Color information

#A060BB (or 0xA060BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 60 and BB. RGB value is (160,96,187). Sum of RGB (Red+Green+Blue) = 160+96+187=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #A060BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060BB is #5F9F44. Grayscale: #7D7D7D. Windows color (decimal): -6266693 or 12279968. OLE color: 12279968.

HSL color Cylindrical-coordinate representation of color #A060BB: hue angle of 282.2º 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 #A060BB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16096187-
CMYK0.140.4900.27
HSL282.2º40.09%55.49%-
HSV(B)282.2º48.66%73.33%-
XYZ27.6519.4349.31-
YUV125.51162.7152.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=36.12%
G=21.67%
B=42.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160961870.140.4900.27282.240.0955.49
HexA060BBE3101B11a2837
Octal24014027316610334325067
Binary101000001100000101110111110110001011011100011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060BB; }

 p { color: rgb(160,96,187); }

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

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

 a { background-color: rgb(160,96,187); }

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

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

 span { border-color: rgb(160,96,187); }

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