#A264BA

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

Shades of Deep Lilac #A264BA

Tints of Deep Lilac #A264BA

Color information

#A264BA (or 0xA264BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and BA. RGB value is (162,100,186). Sum of RGB (Red+Green+Blue) = 162+100+186=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A264BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BA is #5D9B45. Grayscale: #808080. Windows color (decimal): -6134598 or 12215458. OLE color: 12215458.

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

Color convert

RGB162100186-
CMYK0.130.4600.27
HSL283.26º38.39%56.08%-
HSV(B)283.26º46.24%72.94%-
XYZ28.3220.3448.89-
YUV128.34160.54152.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=36.16%
G=22.32%
B=41.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621001860.130.4600.27283.2638.3956.08
HexA264BAD2E01B11b2638
Octal24214427215560334334670
Binary101000101100100101110101101101110011011100011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264BA; }

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

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

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

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

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

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

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

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