Html Css Color HEX #A6129B Dark Magenta

📋 copy color: '#A6129B'

red 166 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #A6129B

Tints of Dark Magenta #A6129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 48.97%
G = 5.31%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6129B (or 0xA6129B) is known color: Dark Magenta. HEX triplet: A6, 12 and 9B. RGB value is (166,18,155). Sum of RGB (Red+Green+Blue) = 166+18+155=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6129B is #59ED64. Grayscale: #4D4D4D. Windows color (decimal): -5893477 or 10162854. OLE color: 10162854.

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

Color convert

RGB 166 18 155 -
CMYK 0 0.89 0.07 0.35
HSL 304.46º 0.8% 0.36% -
HSV(B) 304.46º 0.89% 0.65% -
XYZ 21.86 10.91 31.96 -
YUV 77.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 166 18 155 0 0.89 0.07 0.35 304.46 0.8 0.36
Hex A6 12 9B 0 59 7 23 130 50 24
Octal 246 22 233 0 131 7 43 460 120 44
Binary 10100110 10010 10011011 0 1011001 111 100011 100110000 1010000 100100

Color Harmonies of #A6129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6129B

Black with #A6129B

Text Example


Text Example

White with #A6129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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