#A22193

Color #A22193 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A22193

Tints of Dark Purple #A22193

Color information

#A22193 (or 0xA22193) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 93. RGB value is (162,33,147). Sum of RGB (Red+Green+Blue) = 162+33+147=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A22193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22193 is #5DDE6C. Grayscale: #545454. Windows color (decimal): -6151789 or 9642402. OLE color: 9642402.

HSL color Cylindrical-coordinate representation of color #A22193: hue angle of 306.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22193 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16233147-
CMYK00.800.090.36
HSL306.98º66.15%38.24%-
HSV(B)306.98º79.63%63.53%-
XYZ20.7110.8828.61-
YUV84.57163.24183.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=47.37%
G=9.65%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623314700.800.090.36306.9866.1538.24
HexA221930509241334226
Octal242412230120114446310246
Binary10100010100001100100110101000010011001001001100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22193; }

 p { color: rgb(162,33,147); }

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

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

 a { background-color: rgb(162,33,147); }

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

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

 span { border-color: rgb(162,33,147); }

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