#A22282

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

Shades of Dark Purple #A22282

Tints of Dark Purple #A22282

Color information

#A22282 (or 0xA22282) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 82. RGB value is (162,34,130). Sum of RGB (Red+Green+Blue) = 162+34+130=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22282 is #5DDD7D. Grayscale: #525252. Windows color (decimal): -6151550 or 8528546. OLE color: 8528546.

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

Color convert

RGB16234130-
CMYK00.790.200.36
HSL315º65.31%38.43%-
HSV(B)315º79.01%63.53%-
XYZ19.510.4422.11-
YUV83.22154.41184.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 34 (13.67% from 255) = 10.43%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=49.69%
G=10.43%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623413000.790.200.3631565.3138.43
HexA2228204F142413b4126
Octal242422020117244447310146
Binary101000101000101000001001001111101001001001001110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22282; }

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

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

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

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

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

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

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

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