#A2158B

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

Shades of Dark Magenta #A2158B

Tints of Dark Magenta #A2158B

Color information

#A2158B (or 0xA2158B) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 8B. RGB value is (162,21,139). Sum of RGB (Red+Green+Blue) = 162+21+139=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2158B is #5DEA74. Grayscale: #4C4C4C. Windows color (decimal): -6154869 or 9115042. OLE color: 9115042.

HSL color Cylindrical-coordinate representation of color #A2158B: hue angle of 309.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2158B is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16221139-
CMYK00.870.140.36
HSL309.79º77.05%35.88%-
HSV(B)309.79º87.04%63.53%-
XYZ19.8310.0825.33-
YUV76.61163.21188.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=50.31%
G=6.52%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622113900.870.140.36309.7977.0535.88
HexA2158B057E241364d24
Octal242252130127164446611544
Binary1010001010101100010110101011111101001001001101101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2158B; }

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

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

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

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

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

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

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

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