#A332A3

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

Shades of Vivid Violet #A332A3

Tints of Vivid Violet #A332A3

Color information

#A332A3 (or 0xA332A3) is unknown color: approx Vivid Violet. HEX triplet: A3, 32 and A3. RGB value is (163,50,163). Sum of RGB (Red+Green+Blue) = 163+50+163=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A332A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332A3 is #5CCD5C. Grayscale: #606060. Windows color (decimal): -6081885 or 10695331. OLE color: 10695331.

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

Color convert

RGB16350163-
CMYK00.6900.36
HSL300º53.05%41.76%-
HSV(B)300º69.33%63.92%-
XYZ22.8612.7135.9-
YUV96.67165.44175.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 163 (64.06% from 255) = 43.35%
R=43.35%
G=13.30%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635016300.6900.3630053.0541.76
HexA332A304502412c352a
Octal2436224301050444546552
Binary1010001111001010100011010001010100100100101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332A3; }

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

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

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

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

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

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

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

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