#A03F9B

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

Shades of Violet Blue #A03F9B

Tints of Violet Blue #A03F9B

Color information

#A03F9B (or 0xA03F9B) is unknown color: approx Violet Blue. HEX triplet: A0, 3F and 9B. RGB value is (160,63,155). Sum of RGB (Red+Green+Blue) = 160+63+155=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F9B is #5FC064. Grayscale: #666666. Windows color (decimal): -6275173 or 10174368. OLE color: 10174368.

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

Color convert

RGB16063155-
CMYK00.610.030.37
HSL303.09º43.5%43.73%-
HSV(B)303.09º60.62%62.75%-
XYZ22.1913.432.43-
YUV102.49157.64169.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=42.33%
G=16.67%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606315500.610.030.37303.0943.543.73
HexA03F9B03D32512f2b2c
Octal240772330753454575354
Binary1010000011111110011011011110111100101100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F9B; }

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

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

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

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

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

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

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

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