#A060BF

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

Shades of Deep Lilac #A060BF

Tints of Deep Lilac #A060BF

Color information

#A060BF (or 0xA060BF) is unknown color: approx Deep Lilac. HEX triplet: A0, 60 and BF. RGB value is (160,96,191). Sum of RGB (Red+Green+Blue) = 160+96+191=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #A060BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A060BF is #5F9F40. Grayscale: #7D7D7D. Windows color (decimal): -6266689 or 12542112. OLE color: 12542112.

HSL color Cylindrical-coordinate representation of color #A060BF: hue angle of 280.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A060BF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16096191-
CMYK0.160.5000.25
HSL280.42º42.6%56.27%-
HSV(B)280.42º49.74%74.9%-
XYZ28.0819.651.59-
YUV125.97164.7152.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 191 (75% from 255) = 42.73%
R=35.79%
G=21.48%
B=42.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160961910.160.5000.25280.4242.656.27
HexA060BF10320191182b38
Octal24014027720620314305370
Binary1010000011000001011111110000110010011001100011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A060BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A060BF; }

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

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

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

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

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

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

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

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