#A260B9

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

Shades of Deep Lilac #A260B9

Tints of Deep Lilac #A260B9

Color information

#A260B9 (or 0xA260B9) is unknown color: approx Deep Lilac. HEX triplet: A2, 60 and B9. RGB value is (162,96,185). Sum of RGB (Red+Green+Blue) = 162+96+185=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #A260B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260B9 is #5D9F46. Grayscale: #7D7D7D. Windows color (decimal): -6135623 or 12148898. OLE color: 12148898.

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

Color convert

RGB16296185-
CMYK0.120.4800.27
HSL284.49º38.86%55.1%-
HSV(B)284.49º48.11%72.55%-
XYZ27.8419.5548.21-
YUV125.88161.37153.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=36.57%
G=21.67%
B=41.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162961850.120.4800.27284.4938.8655.1
HexA260B9C3001B11c2737
Octal24214027114600334344767
Binary101000101100000101110011100110000011011100011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260B9; }

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

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

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

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

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

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

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

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