#A032A4

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

Shades of Vivid Violet #A032A4

Tints of Vivid Violet #A032A4

Color information

#A032A4 (or 0xA032A4) is unknown color: approx Vivid Violet. HEX triplet: A0, 32 and A4. RGB value is (160,50,164). Sum of RGB (Red+Green+Blue) = 160+50+164=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #A032A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032A4 is #5FCD5B. Grayscale: #5F5F5F. Windows color (decimal): -6278492 or 10760864. OLE color: 10760864.

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

Color convert

RGB16050164-
CMYK0.020.7000.36
HSL297.89º53.27%41.96%-
HSV(B)297.89º69.51%64.31%-
XYZ22.3412.4436.34-
YUV95.89166.44173.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=42.78%
G=13.37%
B=43.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160501640.020.7000.36297.8953.2741.96
HexA032A424602412a352a
Octal2406224421060444526552
Binary10100000110010101001001010001100100100100101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A032A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A032A4; }

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

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

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

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

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

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

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

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