#a04fb6

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

Shades of Deep Lilac #A04FB6

Tints of Deep Lilac #A04FB6

Color information

#A04FB6 (or 0xA04FB6) is unknown color: approx Deep Lilac. HEX triplet: A0, 4F and B6. RGB value is (160,79,182). Sum of RGB (Red+Green+Blue) = 160+79+182=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #A04FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FB6 is #5FB049. Grayscale: #727272. Windows color (decimal): -6271050 or 11947936. OLE color: 11947936.

HSL color Cylindrical-coordinate representation of color #A04FB6: hue angle of 287.18º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04FB6 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16079182-
CMYK0.120.5700.29
HSL287.18º41.37%51.18%-
HSV(B)287.18º56.59%71.37%-
XYZ25.7416.4446.07-
YUV114.96165.84160.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 182 (71.48% from 255) = 43.23%
R=38.00%
G=18.76%
B=43.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160791820.120.5700.29287.1841.3751.18
HexA04FB6C3901D11f2933
Octal24011726614710354375163
Binary101000001001111101101101100111001011101100011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04fb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04fb6; }

 p { color: rgb(160,79,182); }

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

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

 a { background-color: rgb(160,79,182); }

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

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

 span { border-color: rgb(160,79,182); }

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