#A22EA1

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

Shades of Vivid Violet #A22EA1

Tints of Vivid Violet #A22EA1

Color information

#A22EA1 (or 0xA22EA1) is unknown color: approx Vivid Violet. HEX triplet: A2, 2E and A1. RGB value is (162,46,161). Sum of RGB (Red+Green+Blue) = 162+46+161=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A22EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22EA1 is #5DD15E. Grayscale: #5D5D5D. Windows color (decimal): -6148447 or 10563234. OLE color: 10563234.

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

Color convert

RGB16246161-
CMYK00.720.010.36
HSL300.52º55.77%40.78%-
HSV(B)300.52º71.6%63.53%-
XYZ22.3112.2134.9-
YUV93.79165.93176.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=43.90%
G=12.47%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624616100.720.010.36300.5255.7740.78
HexA22EA104812412d3829
Octal2425624101101444557051
Binary1010001010111010100001010010001100100100101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EA1; }

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

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

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

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

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

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

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

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