Html Css Color HEX #A7119B Dark Magenta

📋 copy color: '#A7119B'

red 167 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #A7119B

Tints of Dark Magenta #A7119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

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

R = 49.26%
G = 5.01%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7119B (or 0xA7119B) is known color: Dark Magenta. HEX triplet: A7, 11 and 9B. RGB value is (167,17,155). Sum of RGB (Red+Green+Blue) = 167+17+155=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7119B is #58EE64. Grayscale: #4D4D4D. Windows color (decimal): -5828197 or 10162599. OLE color: 10162599.

HSL color Cylindrical-coordinate representation of color #A7119B: hue angle of 304.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7119B is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 17 155 -
CMYK 0 0.90 0.07 0.35
HSL 304.8º 0.82% 0.36% -
HSV(B) 304.8º 0.9% 0.65% -
XYZ 22.05 10.98 31.97 -
YUV 77.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 167 17 155 0 0.90 0.07 0.35 304.8 0.82 0.36
Hex A7 11 9B 0 5A 7 23 131 52 24
Octal 247 21 233 0 132 7 43 461 122 44
Binary 10100111 10001 10011011 0 1011010 111 100011 100110001 1010010 100100

Color Harmonies of #A7119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7119B

Black with #A7119B

Text Example


Text Example

White with #A7119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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