#A467BF

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

Shades of Deep Lilac #A467BF

Tints of Deep Lilac #A467BF

Color information

#A467BF (or 0xA467BF) is unknown color: approx Deep Lilac. HEX triplet: A4, 67 and BF. RGB value is (164,103,191). Sum of RGB (Red+Green+Blue) = 164+103+191=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #A467BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467BF is #5B9840. Grayscale: #828282. Windows color (decimal): -6002753 or 12543908. OLE color: 12543908.

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

Color convert

RGB164103191-
CMYK0.140.4600.25
HSL281.59º40.74%57.65%-
HSV(B)281.59º46.07%74.9%-
XYZ29.5621.3551.85-
YUV131.27161.71151.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 191 (75% from 255) = 41.70%
R=35.81%
G=22.49%
B=41.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641031910.140.4600.25281.5940.7457.65
HexA467BFE2E01911a293a
Octal24414727716560314325172
Binary101001001100111101111111110101110011001100011010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467BF; }

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

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

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

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

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

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

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

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