#A22279

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

Shades of Dark Purple #A22279

Tints of Dark Purple #A22279

Color information

#A22279 (or 0xA22279) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 79. RGB value is (162,34,121). Sum of RGB (Red+Green+Blue) = 162+34+121=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A22279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22279 is #5DDD86. Grayscale: #515151. Windows color (decimal): -6151559 or 7938722. OLE color: 7938722.

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

Color convert

RGB16234121-
CMYK00.790.250.36
HSL319.22º65.31%38.43%-
HSV(B)319.22º79.01%63.53%-
XYZ18.9210.2119.06-
YUV82.19149.91184.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=51.10%
G=10.73%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623412100.790.250.36319.2265.3138.43
HexA2227904F192413f4126
Octal242421710117314447710146
Binary10100010100010111100101001111110011001001001111111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22279; }

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

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

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

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

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

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

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

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