#A03FA3

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

Shades of Violet Blue #A03FA3

Tints of Violet Blue #A03FA3

Color information

#A03FA3 (or 0xA03FA3) is unknown color: approx Violet Blue. HEX triplet: A0, 3F and A3. RGB value is (160,63,163). Sum of RGB (Red+Green+Blue) = 160+63+163=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #A03FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FA3 is #5FC05C. Grayscale: #676767. Windows color (decimal): -6275165 or 10698656. OLE color: 10698656.

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

Color convert

RGB16063163-
CMYK0.020.6100.36
HSL298.2º44.25%44.31%-
HSV(B)298.2º61.35%63.92%-
XYZ22.8913.6736.08-
YUV103.4161.64168.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=41.45%
G=16.32%
B=42.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160631630.020.6100.36298.244.2544.31
HexA03FA323D02412a2c2c
Octal240772432750444525454
Binary1010000011111110100011101111010100100100101010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FA3; }

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

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

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

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

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

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

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

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