Html Css Color HEX #A21DA0 Dark Magenta

📋 copy color: '#A21DA0'

red 162 ◦ green 29 ◦ blue 160

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

Shades of Dark Magenta #A21DA0

Tints of Dark Magenta #A21DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 46.15%
G = 8.26%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A21DA0 (or 0xA21DA0) is known color: Dark Magenta. HEX triplet: A2, 1D and A0. RGB value is (162,29,160). Sum of RGB (Red+Green+Blue) = 162+29+160=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A21DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DA0 is #5DE25F. Grayscale: #535353. Windows color (decimal): -6152800 or 10493346. OLE color: 10493346.

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

Color convert

RGB 162 29 160 -
CMYK 0 0.82 0.01 0.36
HSL 300.9º 0.7% 0.37% -
HSV(B) 300.9º 0.82% 0.64% -
XYZ 21.68 11.1 34.26 -
YUV 83.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 162 29 160 0 0.82 0.01 0.36 300.9 0.7 0.37
Hex A2 1D A0 0 52 1 24 12D 46 25
Octal 242 35 240 0 122 1 44 455 106 45
Binary 10100010 11101 10100000 0 1010010 1 100100 100101101 1000110 100101

Color Harmonies of #A21DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DA0

Black with #A21DA0

Text Example


Text Example

White with #A21DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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