Html Css Color HEX #A21186 Dark Magenta

📋 copy color: '#A21186'

red 162 ◦ green 17 ◦ blue 134

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

Shades of Dark Magenta #A21186

Tints of Dark Magenta #A21186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 51.76%
G = 5.43%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21186 (or 0xA21186) is known color: Dark Magenta. HEX triplet: A2, 11 and 86. RGB value is (162,17,134). Sum of RGB (Red+Green+Blue) = 162+17+134=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A21186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21186 is #5DEE79. Grayscale: #494949. Windows color (decimal): -6155898 or 8786338. OLE color: 8786338.

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

Color convert

RGB 162 17 134 -
CMYK 0 0.90 0.17 0.36
HSL 311.59º 0.81% 0.35% -
HSV(B) 311.59º 0.9% 0.64% -
XYZ 19.4 9.8 23.42 -
YUV 73.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 162 17 134 0 0.90 0.17 0.36 311.59 0.81 0.35
Hex A2 11 86 0 5A 11 24 138 51 23
Octal 242 21 206 0 132 21 44 470 121 43
Binary 10100010 10001 10000110 0 1011010 10001 100100 100111000 1010001 100011

Color Harmonies of #A21186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21186

Black with #A21186

Text Example


Text Example

White with #A21186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21186; }

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

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

background-color css

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

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

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

border-color css

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

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

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