#A264B3

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

Shades of Deep Lilac #A264B3

Tints of Deep Lilac #A264B3

Color information

#A264B3 (or 0xA264B3) is unknown color: approx Deep Lilac. HEX triplet: A2, 64 and B3. RGB value is (162,100,179). Sum of RGB (Red+Green+Blue) = 162+100+179=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #A264B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264B3 is #5D9B4C. Grayscale: #7F7F7F. Windows color (decimal): -6134605 or 11756706. OLE color: 11756706.

HSL color Cylindrical-coordinate representation of color #A264B3: hue angle of 287.09º 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 #A264B3 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162100179-
CMYK0.090.4400.30
HSL287.09º34.2%54.71%-
HSV(B)287.09º44.13%70.2%-
XYZ27.5920.0545.06-
YUV127.54157.04152.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=36.73%
G=22.68%
B=40.59%

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
Decimal1621001790.090.4400.30287.0934.254.71
HexA264B392C01E11f2237
Octal24214426311540364374267
Binary101000101100100101100111001101100011110100011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264B3; }

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

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

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

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

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

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

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

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