Html Css Color HEX #A21AA2 Dark Magenta

📋 copy color: '#A21AA2'

red 162 ◦ green 26 ◦ blue 162

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

Shades of Dark Magenta #A21AA2

Tints of Dark Magenta #A21AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 162 (63.67% from 255) = 46.29%

R = 46.29%
G = 7.43%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A21AA2 (or 0xA21AA2) is known color: Dark Magenta. HEX triplet: A2, 1A and A2. RGB value is (162,26,162). Sum of RGB (Red+Green+Blue) = 162+26+162=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A21AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21AA2 is #5DE55D. Grayscale: #515151. Windows color (decimal): -6153566 or 10623650. OLE color: 10623650.

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

Color convert

RGB 162 26 162 -
CMYK 0 0.84 0 0.36
HSL 300º 0.72% 0.37% -
HSV(B) 300º 0.84% 0.64% -
XYZ 21.79 11.03 35.16 -
YUV 82.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 162 26 162 0 0.84 0 0.36 300 0.72 0.37
Hex A2 1A A2 0 54 0 24 12C 48 25
Octal 242 32 242 0 124 0 44 454 110 45
Binary 10100010 11010 10100010 0 1010100 0 100100 100101100 1001000 100101

Color Harmonies of #A21AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AA2

Black with #A21AA2

Text Example


Text Example

White with #A21AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AA2; }

 p { color: rgb(162,26,162); }

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

background-color css

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

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

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

border-color css

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

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

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