#A22394

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

Shades of Dark Purple #A22394

Tints of Dark Purple #A22394

Color information

#A22394 (or 0xA22394) is unknown color: approx Dark Purple. HEX triplet: A2, 23 and 94. RGB value is (162,35,148). Sum of RGB (Red+Green+Blue) = 162+35+148=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A22394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22394 is #5DDC6B. Grayscale: #555555. Windows color (decimal): -6151276 or 9708450. OLE color: 9708450.

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

Color convert

RGB16235148-
CMYK00.780.090.36
HSL306.61º64.47%38.63%-
HSV(B)306.61º78.4%63.53%-
XYZ20.8511.0229.05-
YUV85.85163.08182.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 35 (14.06% from 255) = 10.14%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=46.96%
G=10.14%
B=42.90%

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
Decimal1623514800.780.090.36306.6164.4738.63
HexA2239404E9241334027
Octal242432240116114446310047
Binary10100010100011100101000100111010011001001001100111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22394; }

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

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

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

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

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

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

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

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