#A22393

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

Shades of Dark Purple #A22393

Tints of Dark Purple #A22393

Color information

#A22393 (or 0xA22393) is unknown color: approx Dark Purple. HEX triplet: A2, 23 and 93. RGB value is (162,35,147). Sum of RGB (Red+Green+Blue) = 162+35+147=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22393 is #5DDC6C. Grayscale: #555555. Windows color (decimal): -6151277 or 9642914. OLE color: 9642914.

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

Color convert

RGB16235147-
CMYK00.780.090.36
HSL307.09º64.47%38.63%-
HSV(B)307.09º78.4%63.53%-
XYZ20.7710.9928.63-
YUV85.74162.58182.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 35 (14.06% from 255) = 10.17%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=47.09%
G=10.17%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623514700.780.090.36307.0964.4738.63
HexA2239304E9241334027
Octal242432230116114446310047
Binary10100010100011100100110100111010011001001001100111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22393; }

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

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

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

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

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

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

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

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