#A03F9A

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

Shades of Violet Blue #A03F9A

Tints of Violet Blue #A03F9A

Color information

#A03F9A (or 0xA03F9A) is unknown color: approx Violet Blue. HEX triplet: A0, 3F and 9A. RGB value is (160,63,154). Sum of RGB (Red+Green+Blue) = 160+63+154=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F9A is #5FC065. Grayscale: #666666. Windows color (decimal): -6275174 or 10108832. OLE color: 10108832.

HSL color Cylindrical-coordinate representation of color #A03F9A: hue angle of 303.71º 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 #A03F9A is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16063154-
CMYK00.610.040.37
HSL303.71º43.5%43.73%-
HSV(B)303.71º60.62%62.75%-
XYZ22.1113.3631.99-
YUV102.38157.14169.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=42.44%
G=16.71%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606315400.610.040.37303.7143.543.73
HexA03F9A03D4251302b2c
Octal240772320754454605354
Binary10100000111111100110100111101100100101100110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F9A; }

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

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

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

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

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

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

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

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