#A260BA

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

Shades of Deep Lilac #A260BA

Tints of Deep Lilac #A260BA

Color information

#A260BA (or 0xA260BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 60 and BA. RGB value is (162,96,186). Sum of RGB (Red+Green+Blue) = 162+96+186=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A260BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260BA is #5D9F45. Grayscale: #7D7D7D. Windows color (decimal): -6135622 or 12214434. OLE color: 12214434.

HSL color Cylindrical-coordinate representation of color #A260BA: hue angle of 284º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A260BA is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16296186-
CMYK0.130.4800.27
HSL284º39.47%55.29%-
HSV(B)284º48.39%72.94%-
XYZ27.9519.5948.76-
YUV125.99161.87153.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=36.49%
G=21.62%
B=41.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162961860.130.4800.2728439.4755.29
HexA260BAD3001B11c2737
Octal24214027215600334344767
Binary101000101100000101110101101110000011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260BA; }

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

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

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

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

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

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

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

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