#A267BA

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

Shades of Deep Lilac #A267BA

Tints of Deep Lilac #A267BA

Color information

#A267BA (or 0xA267BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 67 and BA. RGB value is (162,103,186). Sum of RGB (Red+Green+Blue) = 162+103+186=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A267BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267BA is #5D9845. Grayscale: #818181. Windows color (decimal): -6133830 or 12216226. OLE color: 12216226.

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

Color convert

RGB162103186-
CMYK0.130.4500.27
HSL282.65º37.56%56.67%-
HSV(B)282.65º44.62%72.94%-
XYZ28.6120.9348.99-
YUV130.1159.55150.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=35.92%
G=22.84%
B=41.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621031860.130.4500.27282.6537.5656.67
HexA267BAD2D01B11b2639
Octal24214727215550334334671
Binary101000101100111101110101101101101011011100011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267BA; }

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

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

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

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

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

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

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

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