#A22AA1

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

Shades of Vivid Violet #A22AA1

Tints of Vivid Violet #A22AA1

Color information

#A22AA1 (or 0xA22AA1) is unknown color: approx Vivid Violet. HEX triplet: A2, 2A and A1. RGB value is (162,42,161). Sum of RGB (Red+Green+Blue) = 162+42+161=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A22AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22AA1 is #5DD55E. Grayscale: #5B5B5B. Windows color (decimal): -6149471 or 10562210. OLE color: 10562210.

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

Color convert

RGB16242161-
CMYK00.740.010.36
HSL300.5º58.82%40%-
HSV(B)300.5º74.07%63.53%-
XYZ22.1611.9134.85-
YUV91.45167.26178.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 42 (16.80% from 255) = 11.51%
BLUE value IS 161 (63.28% from 255) = 44.11%
R=44.38%
G=11.51%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624216100.740.010.36300.558.8240
HexA22AA104A12412c3b28
Octal2425224101121444547350
Binary1010001010101010100001010010101100100100101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22AA1; }

 p { color: rgb(162,42,161); }

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

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

 a { background-color: rgb(162,42,161); }

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

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

 span { border-color: rgb(162,42,161); }

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