Html Css Color HEX #A7129A Dark Magenta

📋 copy color: '#A7129A'

red 167 ◦ green 18 ◦ blue 154

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

Shades of Dark Magenta #A7129A

Tints of Dark Magenta #A7129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 49.26%
G = 5.31%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7129A (or 0xA7129A) is known color: Dark Magenta. HEX triplet: A7, 12 and 9A. RGB value is (167,18,154). Sum of RGB (Red+Green+Blue) = 167+18+154=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7129A is #58ED65. Grayscale: #4D4D4D. Windows color (decimal): -5827942 or 10097319. OLE color: 10097319.

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

Color convert

RGB 167 18 154 -
CMYK 0 0.89 0.08 0.35
HSL 305.23º 0.81% 0.36% -
HSV(B) 305.23º 0.89% 0.65% -
XYZ 21.99 10.98 31.53 -
YUV 78.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 167 18 154 0 0.89 0.08 0.35 305.23 0.81 0.36
Hex A7 12 9A 0 59 8 23 131 51 24
Octal 247 22 232 0 131 10 43 461 121 44
Binary 10100111 10010 10011010 0 1011001 1000 100011 100110001 1010001 100100

Color Harmonies of #A7129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7129A

Black with #A7129A

Text Example


Text Example

White with #A7129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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