Html Css Color HEX #A6129D Dark Magenta

📋 copy color: '#A6129D'

red 166 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #A6129D

Tints of Dark Magenta #A6129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.04%

R = 48.68%
G = 5.28%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6129D (or 0xA6129D) is known color: Dark Magenta. HEX triplet: A6, 12 and 9D. RGB value is (166,18,157). Sum of RGB (Red+Green+Blue) = 166+18+157=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6129D is #59ED62. Grayscale: #4D4D4D. Windows color (decimal): -5893475 or 10293926. OLE color: 10293926.

HSL color Cylindrical-coordinate representation of color #A6129D: hue angle of 303.65º 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 #A6129D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 157 -
CMYK 0 0.89 0.05 0.35
HSL 303.65º 0.8% 0.36% -
HSV(B) 303.65º 0.89% 0.65% -
XYZ 22.03 10.97 32.86 -
YUV 78.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 166 18 157 0 0.89 0.05 0.35 303.65 0.8 0.36
Hex A6 12 9D 0 59 5 23 130 50 24
Octal 246 22 235 0 131 5 43 460 120 44
Binary 10100110 10010 10011101 0 1011001 101 100011 100110000 1010000 100100

Color Harmonies of #A6129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6129D

Black with #A6129D

Text Example


Text Example

White with #A6129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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