#A04F95

Color #A04F95 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A04F95

Tints of Violet Blue #A04F95

Color information

#A04F95 (or 0xA04F95) is unknown color: approx Violet Blue. HEX triplet: A0, 4F and 95. RGB value is (160,79,149). Sum of RGB (Red+Green+Blue) = 160+79+149=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F95 is #5FB06A. Grayscale: #6F6F6F. Windows color (decimal): -6271083 or 9785248. OLE color: 9785248.

HSL color Cylindrical-coordinate representation of color #A04F95: hue angle of 308.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F95 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16079149-
CMYK00.510.070.37
HSL308.15º33.89%46.86%-
HSV(B)308.15º50.63%62.75%-
XYZ22.7215.2430.18-
YUV111.2149.34162.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=41.24%
G=20.36%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607914900.510.070.37308.1533.8946.86
HexA04F95033725134222f
Octal2401172250637454644257
Binary101000001001111100101010110011111100101100110100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F95; }

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

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

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

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

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

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

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

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