Html Css Color HEX #A21DA7 Dark Magenta

📋 copy color: '#A21DA7'

red 162 ◦ green 29 ◦ blue 167

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

Shades of Dark Magenta #A21DA7

Tints of Dark Magenta #A21DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 45.25%
G = 8.1%
B = 46.65%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A21DA7 (or 0xA21DA7) is known color: Dark Magenta. HEX triplet: A2, 1D and A7. RGB value is (162,29,167). Sum of RGB (Red+Green+Blue) = 162+29+167=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #A21DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DA7 is #5DE258. Grayscale: #545454. Windows color (decimal): -6152793 or 10952098. OLE color: 10952098.

HSL color Cylindrical-coordinate representation of color #A21DA7: hue angle of 297.83º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21DA7 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 29 167 -
CMYK 0.03 0.83 0 0.35
HSL 297.83º 0.7% 0.38% -
HSV(B) 297.83º 0.83% 0.65% -
XYZ 22.31 11.35 37.57 -
YUV 84.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 162 29 167 0.03 0.83 0 0.35 297.83 0.7 0.38
Hex A2 1D A7 3 53 0 23 12A 46 26
Octal 242 35 247 3 123 0 43 452 106 46
Binary 10100010 11101 10100111 11 1010011 0 100011 100101010 1000110 100110

Color Harmonies of #A21DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DA7

Black with #A21DA7

Text Example


Text Example

White with #A21DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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