#A264BD

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

Shades of Deep Lilac #A264BD

Tints of Deep Lilac #A264BD

Color information

#A264BD (or 0xA264BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and BD. RGB value is (162,100,189). Sum of RGB (Red+Green+Blue) = 162+100+189=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A264BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BD is #5D9B42. Grayscale: #808080. Windows color (decimal): -6134595 or 12412066. OLE color: 12412066.

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

Color convert

RGB162100189-
CMYK0.140.4700.26
HSL281.8º40.27%56.67%-
HSV(B)281.8º47.09%74.12%-
XYZ28.6420.4750.59-
YUV128.68162.04151.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=35.92%
G=22.17%
B=41.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621001890.140.4700.26281.840.2756.67
HexA264BDE2F01A11a2839
Octal24214427516570324325071
Binary101000101100100101111011110101111011010100011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264BD; }

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

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

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

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

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

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

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

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