#A22290

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

Shades of Dark Purple #A22290

Tints of Dark Purple #A22290

Color information

#A22290 (or 0xA22290) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 90. RGB value is (162,34,144). Sum of RGB (Red+Green+Blue) = 162+34+144=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A22290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22290 is #5DDD6F. Grayscale: #545454. Windows color (decimal): -6151536 or 9446050. OLE color: 9446050.

HSL color Cylindrical-coordinate representation of color #A22290: hue angle of 308.44º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22290 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16234144-
CMYK00.790.110.36
HSL308.44º65.31%38.43%-
HSV(B)308.44º79.01%63.53%-
XYZ20.5110.8427.4-
YUV84.81161.41183.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=47.65%
G=10%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623414400.790.110.36308.4465.3138.43
HexA2229004FB241344126
Octal242422200117134446410146
Binary10100010100010100100000100111110111001001001101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22290; }

 p { color: rgb(162,34,144); }

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

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

 a { background-color: rgb(162,34,144); }

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

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

 span { border-color: rgb(162,34,144); }

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