#A332A1

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

Shades of Vivid Violet #A332A1

Tints of Vivid Violet #A332A1

Color information

#A332A1 (or 0xA332A1) is unknown color: approx Vivid Violet. HEX triplet: A3, 32 and A1. RGB value is (163,50,161). Sum of RGB (Red+Green+Blue) = 163+50+161=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A332A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332A1 is #5CCD5E. Grayscale: #606060. Windows color (decimal): -6081887 or 10564259. OLE color: 10564259.

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

Color convert

RGB16350161-
CMYK00.690.010.36
HSL301.06º53.05%41.76%-
HSV(B)301.06º69.33%63.92%-
XYZ22.6812.6434.96-
YUV96.44164.44175.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 161 (63.28% from 255) = 43.05%
R=43.58%
G=13.37%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635016100.690.010.36301.0653.0541.76
HexA332A104512412d352a
Octal2436224101051444556552
Binary1010001111001010100001010001011100100100101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332A1; }

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

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

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

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

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

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

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

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