#A22FA5

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

Shades of Vivid Violet #A22FA5

Tints of Vivid Violet #A22FA5

Color information

#A22FA5 (or 0xA22FA5) is unknown color: approx Vivid Violet. HEX triplet: A2, 2F and A5. RGB value is (162,47,165). Sum of RGB (Red+Green+Blue) = 162+47+165=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #A22FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FA5 is #5DD05A. Grayscale: #5E5E5E. Windows color (decimal): -6148187 or 10825634. OLE color: 10825634.

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

Color convert

RGB16247165-
CMYK0.020.7200.35
HSL298.47º55.66%41.57%-
HSV(B)298.47º71.52%64.71%-
XYZ22.7112.4336.8-
YUV94.84167.6175.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 47 (18.75% from 255) = 12.57%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=43.32%
G=12.57%
B=44.12%

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
Decimal162471650.020.7200.35298.4755.6641.57
HexA22FA524802312a382a
Octal2425724521100434527052
Binary10100010101111101001011010010000100011100101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22FA5; }

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

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

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

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

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

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

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

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