#A264B2

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

Shades of Deep Lilac #A264B2

Tints of Deep Lilac #A264B2

Color information

#A264B2 (or 0xA264B2) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and B2. RGB value is (162,100,178). Sum of RGB (Red+Green+Blue) = 162+100+178=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #A264B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A264B2 is #5D9B4D. Grayscale: #7F7F7F. Windows color (decimal): -6134606 or 11691170. OLE color: 11691170.

HSL color Cylindrical-coordinate representation of color #A264B2: hue angle of 287.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A264B2 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162100178-
CMYK0.090.4400.30
HSL287.69º33.62%54.51%-
HSV(B)287.69º43.82%69.8%-
XYZ27.4920.0144.53-
YUV127.43156.54152.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=36.82%
G=22.73%
B=40.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621001780.090.4400.30287.6933.6254.51
HexA264B292C01E1202237
Octal24214426211540364404267
Binary101000101100100101100101001101100011110100100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264B2; }

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

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

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

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

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

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

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

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