#a22ea5

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

Shades of Vivid Violet #A22EA5

Tints of Vivid Violet #A22EA5

Color information

#A22EA5 (or 0xA22EA5) is unknown color: approx Vivid Violet. HEX triplet: A2, 2E and A5. RGB value is (162,46,165). Sum of RGB (Red+Green+Blue) = 162+46+165=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #A22EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22EA5 is #5DD15A. Grayscale: #5D5D5D. Windows color (decimal): -6148443 or 10825378. OLE color: 10825378.

HSL color Cylindrical-coordinate representation of color #A22EA5: hue angle of 298.49º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22EA5 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16246165-
CMYK0.020.7200.35
HSL298.49º56.4%41.37%-
HSV(B)298.49º72.12%64.71%-
XYZ22.6712.3536.79-
YUV94.25167.93176.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 46 (18.36% from 255) = 12.33%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=43.43%
G=12.33%
B=44.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162461650.020.7200.35298.4956.441.37
HexA22EA524802312a3829
Octal2425624521100434527051
Binary10100010101110101001011010010000100011100101010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22ea5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22ea5; }

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

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

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

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

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

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

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

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