Html Css Color HEX #A21D9E Dark Magenta

📋 copy color: '#A21D9E'

red 162 ◦ green 29 ◦ blue 158

#A21D9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A21D9E

Tints of Dark Magenta #A21D9E

RGB

 RED value IS 162 (63.67% from 255) = 46.42%

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 46.42%
G = 8.31%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A21D9E (or 0xA21D9E) is known color: Dark Magenta. HEX triplet: A2, 1D and 9E. RGB value is (162,29,158). Sum of RGB (Red+Green+Blue) = 162+29+158=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D9E is #5DE261. Grayscale: #535353. Windows color (decimal): -6152802 or 10362274. OLE color: 10362274.

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

Color convert

RGB 162 29 158 -
CMYK 0 0.82 0.02 0.36
HSL 301.8º 0.7% 0.37% -
HSV(B) 301.8º 0.82% 0.64% -
XYZ 21.51 11.03 33.34 -
YUV 83.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 162 29 158 0 0.82 0.02 0.36 301.8 0.7 0.37
Hex A2 1D 9E 0 52 2 24 12E 46 25
Octal 242 35 236 0 122 2 44 456 106 45
Binary 10100010 11101 10011110 0 1010010 10 100100 100101110 1000110 100101

Color Harmonies of #A21D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D9E

Black with #A21D9E

Text Example


Text Example

White with #A21D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D9E; }

 p { color: rgb(162,29,158); }

 H1.HeaderClassName
 {
   color: #A21D9E;
 }
 .AnyTagClassName
 {
   color: #A21D9E;
 }
</style>

background-color css

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

 a { background-color: rgb(162,29,158); }

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

border-color css

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

 span { border-color: rgb(162,29,158); }

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