Html Css Color HEX #A21D9C Dark Magenta

📋 copy color: '#A21D9C'

red 162 ◦ green 29 ◦ blue 156

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

Shades of Dark Magenta #A21D9C

Tints of Dark Magenta #A21D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 46.69%
G = 8.36%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A21D9C (or 0xA21D9C) is known color: Dark Magenta. HEX triplet: A2, 1D and 9C. RGB value is (162,29,156). Sum of RGB (Red+Green+Blue) = 162+29+156=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21D9C is #5DE263. Grayscale: #525252. Windows color (decimal): -6152804 or 10231202. OLE color: 10231202.

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

Color convert

RGB 162 29 156 -
CMYK 0 0.82 0.04 0.36
HSL 302.71º 0.7% 0.37% -
HSV(B) 302.71º 0.82% 0.64% -
XYZ 21.34 10.96 32.44 -
YUV 83.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 162 29 156 0 0.82 0.04 0.36 302.71 0.7 0.37
Hex A2 1D 9C 0 52 4 24 12F 46 25
Octal 242 35 234 0 122 4 44 457 106 45
Binary 10100010 11101 10011100 0 1010010 100 100100 100101111 1000110 100101

Color Harmonies of #A21D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D9C

Black with #A21D9C

Text Example


Text Example

White with #A21D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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