#A467BA

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

Shades of Deep Lilac #A467BA

Tints of Deep Lilac #A467BA

Color information

#A467BA (or 0xA467BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 67 and BA. RGB value is (164,103,186). Sum of RGB (Red+Green+Blue) = 164+103+186=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A467BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467BA is #5B9845. Grayscale: #828282. Windows color (decimal): -6002758 or 12216228. OLE color: 12216228.

HSL color Cylindrical-coordinate representation of color #A467BA: hue angle of 284.1º 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 #A467BA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164103186-
CMYK0.120.4500.27
HSL284.1º37.56%56.67%-
HSV(B)284.1º44.62%72.94%-
XYZ29.0221.1449-
YUV130.7159.21151.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=36.20%
G=22.74%
B=41.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641031860.120.4500.27284.137.5656.67
HexA467BAC2D01B11c2639
Octal24414727214550334344671
Binary101001001100111101110101100101101011011100011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467BA; }

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

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

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

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

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

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

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

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