#A260BD

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

Shades of Deep Lilac #A260BD

Tints of Deep Lilac #A260BD

Color information

#A260BD (or 0xA260BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 60 and BD. RGB value is (162,96,189). Sum of RGB (Red+Green+Blue) = 162+96+189=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #A260BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BD is #5D9F42. Grayscale: #7E7E7E. Windows color (decimal): -6135619 or 12411042. OLE color: 12411042.

HSL color Cylindrical-coordinate representation of color #A260BD: hue angle of 282.58º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A260BD is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16296189-
CMYK0.140.4900.26
HSL282.58º41.33%55.88%-
HSV(B)282.58º49.21%74.12%-
XYZ28.2719.7250.46-
YUV126.34163.37153.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=36.24%
G=21.48%
B=42.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162961890.140.4900.26282.5841.3355.88
HexA260BDE3101A11b2938
Octal24214027516610324335170
Binary101000101100000101111011110110001011010100011011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260BD; }

 p { color: rgb(162,96,189); }

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

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

 a { background-color: rgb(162,96,189); }

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

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

 span { border-color: rgb(162,96,189); }

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