#A32EA4

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

Shades of Vivid Violet #A32EA4

Tints of Vivid Violet #A32EA4

Color information

#A32EA4 (or 0xA32EA4) is unknown color: approx Vivid Violet. HEX triplet: A3, 2E and A4. RGB value is (163,46,164). Sum of RGB (Red+Green+Blue) = 163+46+164=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #A32EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EA4 is #5CD15B. Grayscale: #5E5E5E. Windows color (decimal): -6082908 or 10759843. OLE color: 10759843.

HSL color Cylindrical-coordinate representation of color #A32EA4: hue angle of 299.49º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32EA4 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16346164-
CMYK0.010.7200.36
HSL299.49º56.19%41.18%-
HSV(B)299.49º71.95%64.31%-
XYZ22.7812.4236.32-
YUV94.43167.26176.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=43.70%
G=12.33%
B=43.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163461640.010.7200.36299.4956.1941.18
HexA32EA414802412b3829
Octal2435624411100444537051
Binary1010001110111010100100110010000100100100101011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32EA4; }

 p { color: rgb(163,46,164); }

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

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

 a { background-color: rgb(163,46,164); }

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

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

 span { border-color: rgb(163,46,164); }

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