#A2218B

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

Shades of Dark Purple #A2218B

Tints of Dark Purple #A2218B

Color information

#A2218B (or 0xA2218B) is unknown color: approx Dark Purple. HEX triplet: A2, 21 and 8B. RGB value is (162,33,139). Sum of RGB (Red+Green+Blue) = 162+33+139=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2218B is #5DDE74. Grayscale: #535353. Windows color (decimal): -6151797 or 9118114. OLE color: 9118114.

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

Color convert

RGB16233139-
CMYK00.800.140.36
HSL310.7º66.15%38.24%-
HSV(B)310.7º79.63%63.53%-
XYZ20.110.6325.42-
YUV83.66159.24183.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 33 (13.28% from 255) = 9.88%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=48.50%
G=9.88%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623313900.800.140.36310.766.1538.24
HexA2218B050E241374226
Octal242412130120164446710246
Binary10100010100001100010110101000011101001001001101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2218B; }

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

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

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

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

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

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

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

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