#A21592

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

Shades of Dark Magenta #A21592

Tints of Dark Magenta #A21592

Color information

#A21592 (or 0xA21592) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 92. RGB value is (162,21,146). Sum of RGB (Red+Green+Blue) = 162+21+146=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21592 is #5DEA6D. Grayscale: #4D4D4D. Windows color (decimal): -6154862 or 9573794. OLE color: 9573794.

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

Color convert

RGB16221146-
CMYK00.870.100.36
HSL306.81º77.05%35.88%-
HSV(B)306.81º87.04%63.53%-
XYZ20.3610.2928.11-
YUV77.41166.71188.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=49.24%
G=6.38%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622114600.870.100.36306.8177.0535.88
HexA21592057A241334d24
Octal242252220127124446311544
Binary1010001010101100100100101011110101001001001100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21592; }

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

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

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

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

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

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

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

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