#A332A4

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

Shades of Vivid Violet #A332A4

Tints of Vivid Violet #A332A4

Color information

#A332A4 (or 0xA332A4) is unknown color: approx Vivid Violet. HEX triplet: A3, 32 and A4. RGB value is (163,50,164). Sum of RGB (Red+Green+Blue) = 163+50+164=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #A332A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332A4 is #5CCD5B. Grayscale: #606060. Windows color (decimal): -6081884 or 10760867. OLE color: 10760867.

HSL color Cylindrical-coordinate representation of color #A332A4: hue angle of 299.47º 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 #A332A4 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16350164-
CMYK0.010.7000.36
HSL299.47º53.27%41.96%-
HSV(B)299.47º69.51%64.31%-
XYZ22.9512.7536.37-
YUV96.78165.94175.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 13.26%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=43.24%
G=13.26%
B=43.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163501640.010.7000.36299.4753.2741.96
HexA332A414602412b352a
Octal2436224411060444536552
Binary1010001111001010100100110001100100100100101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332A4; }

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

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

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

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

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

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

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

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