#A267BE

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

Shades of Deep Lilac #A267BE

Tints of Deep Lilac #A267BE

Color information

#A267BE (or 0xA267BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 67 and BE. RGB value is (162,103,190). Sum of RGB (Red+Green+Blue) = 162+103+190=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #A267BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267BE is #5D9841. Grayscale: #828282. Windows color (decimal): -6133826 or 12478370. OLE color: 12478370.

HSL color Cylindrical-coordinate representation of color #A267BE: hue angle of 280.69º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A267BE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162103190-
CMYK0.150.4600.25
HSL280.69º40.09%57.45%-
HSV(B)280.69º45.79%74.51%-
XYZ29.0421.151.26-
YUV130.56161.55150.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=35.60%
G=22.64%
B=41.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621031900.150.4600.25280.6940.0957.45
HexA267BEF2E0191192839
Octal24214727617560314315071
Binary101000101100111101111101111101110011001100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A267BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A267BE; }

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

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

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

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

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

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

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

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