#A032A3

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

Shades of Vivid Violet #A032A3

Tints of Vivid Violet #A032A3

Color information

#A032A3 (or 0xA032A3) is unknown color: approx Vivid Violet. HEX triplet: A0, 32 and A3. RGB value is (160,50,163). Sum of RGB (Red+Green+Blue) = 160+50+163=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #A032A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032A3 is #5FCD5C. Grayscale: #5F5F5F. Windows color (decimal): -6278493 or 10695328. OLE color: 10695328.

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

Color convert

RGB16050163-
CMYK0.020.6900.36
HSL298.41º53.05%41.76%-
HSV(B)298.41º69.33%63.92%-
XYZ22.2512.435.87-
YUV95.77165.94173.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=42.90%
G=13.40%
B=43.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160501630.020.6900.36298.4153.0541.76
HexA032A324502412a352a
Octal2406224321050444526552
Binary10100000110010101000111010001010100100100101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A032A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A032A3; }

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

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

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

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

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

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

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

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