Html Css Color HEX #A21A92 Dark Magenta

📋 copy color: '#A21A92'

red 162 ◦ green 26 ◦ blue 146

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

Shades of Dark Magenta #A21A92

Tints of Dark Magenta #A21A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 48.5%
G = 7.78%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A21A92 (or 0xA21A92) is known color: Dark Magenta. HEX triplet: A2, 1A and 92. RGB value is (162,26,146). Sum of RGB (Red+Green+Blue) = 162+26+146=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A92 is #5DE56D. Grayscale: #505050. Windows color (decimal): -6153582 or 9575074. OLE color: 9575074.

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

Color convert

RGB 162 26 146 -
CMYK 0 0.84 0.10 0.36
HSL 307.06º 0.72% 0.37% -
HSV(B) 307.06º 0.84% 0.64% -
XYZ 20.46 10.5 28.14 -
YUV 80.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 162 26 146 0 0.84 0.10 0.36 307.06 0.72 0.37
Hex A2 1A 92 0 54 A 24 133 48 25
Octal 242 32 222 0 124 12 44 463 110 45
Binary 10100010 11010 10010010 0 1010100 1010 100100 100110011 1001000 100101

Color Harmonies of #A21A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A92

Black with #A21A92

Text Example


Text Example

White with #A21A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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