#A21C99

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

Shades of Dark Magenta #A21C99

Tints of Dark Magenta #A21C99

Color information

#A21C99 (or 0xA21C99) is unknown color: approx Dark Magenta. HEX triplet: A2, 1C and 99. RGB value is (162,28,153). Sum of RGB (Red+Green+Blue) = 162+28+153=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21C99 is #5DE366. Grayscale: #515151. Windows color (decimal): -6153063 or 10034338. OLE color: 10034338.

HSL color Cylindrical-coordinate representation of color #A21C99: hue angle of 304.03º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C99 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16228153-
CMYK00.830.060.36
HSL304.03º70.53%37.25%-
HSV(B)304.03º82.72%63.53%-
XYZ21.0710.8131.11-
YUV82.32167.89184.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=47.23%
G=8.16%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622815300.830.060.36304.0370.5337.25
HexA21C990536241304725
Octal24234231012364446010745
Binary101000101110010011001010100111101001001001100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C99; }

 p { color: rgb(162,28,153); }

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

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

 a { background-color: rgb(162,28,153); }

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

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

 span { border-color: rgb(162,28,153); }

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