Html Css Color HEX #A6128D Dark Magenta

📋 copy color: '#A6128D'

red 166 ◦ green 18 ◦ blue 141

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

Shades of Dark Magenta #A6128D

Tints of Dark Magenta #A6128D

RGB

 RED value IS 166 (65.23% from 255) = 51.08%

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 51.08%
G = 5.54%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6128D (or 0xA6128D) is known color: Dark Magenta. HEX triplet: A6, 12 and 8D. RGB value is (166,18,141). Sum of RGB (Red+Green+Blue) = 166+18+141=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6128D is #59ED72. Grayscale: #4B4B4B. Windows color (decimal): -5893491 or 9245350. OLE color: 9245350.

HSL color Cylindrical-coordinate representation of color #A6128D: hue angle of 310.14º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6128D is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 141 -
CMYK 0 0.89 0.15 0.35
HSL 310.14º 0.8% 0.36% -
HSV(B) 310.14º 0.89% 0.65% -
XYZ 20.75 10.46 26.13 -
YUV 76.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 166 18 141 0 0.89 0.15 0.35 310.14 0.8 0.36
Hex A6 12 8D 0 59 F 23 136 50 24
Octal 246 22 215 0 131 17 43 466 120 44
Binary 10100110 10010 10001101 0 1011001 1111 100011 100110110 1010000 100100

Color Harmonies of #A6128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6128D

Black with #A6128D

Text Example


Text Example

White with #A6128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6128D; }

 p { color: rgb(166,18,141); }

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

background-color css

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

 a { background-color: rgb(166,18,141); }

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

border-color css

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

 span { border-color: rgb(166,18,141); }

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