#A264BB

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

Shades of Deep Lilac #A264BB

Tints of Deep Lilac #A264BB

Color information

#A264BB (or 0xA264BB) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and BB. RGB value is (162,100,187). Sum of RGB (Red+Green+Blue) = 162+100+187=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A264BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BB is #5D9B44. Grayscale: #808080. Windows color (decimal): -6134597 or 12280994. OLE color: 12280994.

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

Color convert

RGB162100187-
CMYK0.130.4700.27
HSL282.76º39.01%56.27%-
HSV(B)282.76º46.52%73.33%-
XYZ28.4320.3849.45-
YUV128.46161.04151.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=36.08%
G=22.27%
B=41.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621001870.130.4700.27282.7639.0156.27
HexA264BBD2F01B11b2738
Octal24214427315570334334770
Binary101000101100100101110111101101111011011100011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264BB; }

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

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

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

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

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

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

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

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