#A2218D

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

Shades of Dark Purple #A2218D

Tints of Dark Purple #A2218D

Color information

#A2218D (or 0xA2218D) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 8D. RGB value is (162,33,141). Sum of RGB (Red+Green+Blue) = 162+33+141=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A2218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2218D is #5DDE72. Grayscale: #535353. Windows color (decimal): -6151795 or 9249186. OLE color: 9249186.

HSL color Cylindrical-coordinate representation of color #A2218D: hue angle of 309.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2218D is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16233141-
CMYK00.800.130.36
HSL309.77º66.15%38.24%-
HSV(B)309.77º79.63%63.53%-
XYZ20.2510.6926.2-
YUV83.88160.24183.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=48.21%
G=9.82%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623314100.800.130.36309.7766.1538.24
HexA2218D050D241364226
Octal242412150120154446610246
Binary10100010100001100011010101000011011001001001101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2218D; }

 p { color: rgb(162,33,141); }

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

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

 a { background-color: rgb(162,33,141); }

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

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

 span { border-color: rgb(162,33,141); }

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