#a22284

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

Shades of Dark Purple #A22284

Tints of Dark Purple #A22284

Color information

#A22284 (or 0xA22284) is unknown color: approx Dark Purple. HEX triplet: A2, 22 and 84. RGB value is (162,34,132). Sum of RGB (Red+Green+Blue) = 162+34+132=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A22284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22284 is #5DDD7B. Grayscale: #535353. Windows color (decimal): -6151548 or 8659618. OLE color: 8659618.

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

Color convert

RGB16234132-
CMYK00.790.190.36
HSL314.06º65.31%38.43%-
HSV(B)314.06º79.01%63.53%-
XYZ19.6410.4922.82-
YUV83.44155.41184.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=49.39%
G=10.37%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623413200.790.190.36314.0665.3138.43
HexA2228404F132413a4126
Octal242422040117234447210146
Binary101000101000101000010001001111100111001001001110101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22284; }

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

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

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

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

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

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

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

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