#A04C9F

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

Shades of Violet Blue #A04C9F

Tints of Violet Blue #A04C9F

Color information

#A04C9F (or 0xA04C9F) is unknown color: approx Violet Blue. HEX triplet: A0, 4C and 9F. RGB value is (160,76,159). Sum of RGB (Red+Green+Blue) = 160+76+159=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04C9F is #5FB360. Grayscale: #6E6E6E. Windows color (decimal): -6271841 or 10439840. OLE color: 10439840.

HSL color Cylindrical-coordinate representation of color #A04C9F: hue angle of 300.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A04C9F is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16076159-
CMYK00.520.010.37
HSL300.71º35.59%46.27%-
HSV(B)300.71º52.5%62.75%-
XYZ23.3415.1534.49-
YUV110.58155.33163.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=40.51%
G=19.24%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607615900.520.010.37300.7135.5946.27
HexA04C9F03412512d242e
Octal2401142370641454554456
Binary1010000010011001001111101101001100101100101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C9F; }

 p { color: rgb(160,76,159); }

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

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

 a { background-color: rgb(160,76,159); }

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

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

 span { border-color: rgb(160,76,159); }

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