Html Css Color HEX #A7129B Dark Magenta

📋 copy color: '#A7129B'

red 167 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #A7129B

Tints of Dark Magenta #A7129B

RGB

 RED value IS 167 (65.63% from 255) = 49.12%

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

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

R = 49.12%
G = 5.29%
B = 45.59%

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

#A7129B (or 0xA7129B) is known color: Dark Magenta. HEX triplet: A7, 12 and 9B. RGB value is (167,18,155). Sum of RGB (Red+Green+Blue) = 167+18+155=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A7129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7129B is #58ED64. Grayscale: #4D4D4D. Windows color (decimal): -5827941 or 10162855. OLE color: 10162855.

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

Color convert

RGB 167 18 155 -
CMYK 0 0.89 0.07 0.35
HSL 304.83º 0.81% 0.36% -
HSV(B) 304.83º 0.89% 0.65% -
XYZ 22.07 11.01 31.97 -
YUV 78.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 167 18 155 0 0.89 0.07 0.35 304.83 0.81 0.36
Hex A7 12 9B 0 59 7 23 131 51 24
Octal 247 22 233 0 131 7 43 461 121 44
Binary 10100111 10010 10011011 0 1011001 111 100011 100110001 1010001 100100

Color Harmonies of #A7129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7129B

Black with #A7129B

Text Example


Text Example

White with #A7129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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