#A03F9C

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

Shades of Violet Blue #A03F9C

Tints of Violet Blue #A03F9C

Color information

#A03F9C (or 0xA03F9C) is unknown color: approx Violet Blue. HEX triplet: A0, 3F and 9C. RGB value is (160,63,156). Sum of RGB (Red+Green+Blue) = 160+63+156=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F9C is #5FC063. Grayscale: #666666. Windows color (decimal): -6275172 or 10239904. OLE color: 10239904.

HSL color Cylindrical-coordinate representation of color #A03F9C: hue angle of 302.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F9C is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16063156-
CMYK00.610.020.37
HSL302.47º43.5%43.73%-
HSV(B)302.47º60.62%62.75%-
XYZ22.2813.4332.87-
YUV102.6158.14168.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=42.22%
G=16.62%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606315600.610.020.37302.4743.543.73
HexA03F9C03D22512e2b2c
Octal240772340752454565354
Binary1010000011111110011100011110110100101100101110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F9C; }

 p { color: rgb(160,63,156); }

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

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

 a { background-color: rgb(160,63,156); }

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

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

 span { border-color: rgb(160,63,156); }

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