#A467B3

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

Shades of Deep Lilac #A467B3

Tints of Deep Lilac #A467B3

Color information

#A467B3 (or 0xA467B3) is unknown color: approx Deep Lilac. HEX triplet: A4, 67 and B3. RGB value is (164,103,179). Sum of RGB (Red+Green+Blue) = 164+103+179=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #A467B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467B3 is #5B984C. Grayscale: #818181. Windows color (decimal): -6002765 or 11757476. OLE color: 11757476.

HSL color Cylindrical-coordinate representation of color #A467B3: hue angle of 288.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A467B3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB164103179-
CMYK0.080.4200.30
HSL288.16º33.33%55.29%-
HSV(B)288.16º42.46%70.2%-
XYZ28.320.8545.18-
YUV129.9155.71152.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 179 (70.31% from 255) = 40.13%
R=36.77%
G=23.09%
B=40.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641031790.080.4200.30288.1633.3355.29
HexA467B382A01E1202137
Octal24414726310520364404167
Binary101001001100111101100111000101010011110100100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467B3; }

 p { color: rgb(164,103,179); }

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

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

 a { background-color: rgb(164,103,179); }

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

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

 span { border-color: rgb(164,103,179); }

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