Html Css Color HEX #A21194 Dark Magenta

📋 copy color: '#A21194'

red 162 ◦ green 17 ◦ blue 148

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

Shades of Dark Magenta #A21194

Tints of Dark Magenta #A21194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 49.54%
G = 5.2%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A21194 (or 0xA21194) is known color: Dark Magenta. HEX triplet: A2, 11 and 94. RGB value is (162,17,148). Sum of RGB (Red+Green+Blue) = 162+17+148=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A21194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21194 is #5DEE6B. Grayscale: #4A4A4A. Windows color (decimal): -6155884 or 9703842. OLE color: 9703842.

HSL color Cylindrical-coordinate representation of color #A21194: hue angle of 305.79º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21194 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 148 -
CMYK 0 0.90 0.09 0.36
HSL 305.79º 0.81% 0.35% -
HSV(B) 305.79º 0.9% 0.64% -
XYZ 20.45 10.22 28.91 -
YUV 75.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 162 17 148 0 0.90 0.09 0.36 305.79 0.81 0.35
Hex A2 11 94 0 5A 9 24 132 51 23
Octal 242 21 224 0 132 11 44 462 121 43
Binary 10100010 10001 10010100 0 1011010 1001 100100 100110010 1010001 100011

Color Harmonies of #A21194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21194

Black with #A21194

Text Example


Text Example

White with #A21194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21194; }

 p { color: rgb(162,17,148); }

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

background-color css

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

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

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

border-color css

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

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

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