Html Css Color HEX #A71296 Dark Magenta

📋 copy color: '#A71296'

red 167 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #A71296

Tints of Dark Magenta #A71296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 49.85%
G = 5.37%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A71296 (or 0xA71296) is known color: Dark Magenta. HEX triplet: A7, 12 and 96. RGB value is (167,18,150). Sum of RGB (Red+Green+Blue) = 167+18+150=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A71296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71296 is #58ED69. Grayscale: #4D4D4D. Windows color (decimal): -5827946 or 9835175. OLE color: 9835175.

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

Color convert

RGB 167 18 150 -
CMYK 0 0.89 0.10 0.35
HSL 306.85º 0.81% 0.36% -
HSV(B) 306.85º 0.89% 0.65% -
XYZ 21.66 10.85 29.81 -
YUV 77.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 167 18 150 0 0.89 0.10 0.35 306.85 0.81 0.36
Hex A7 12 96 0 59 A 23 133 51 24
Octal 247 22 226 0 131 12 43 463 121 44
Binary 10100111 10010 10010110 0 1011001 1010 100011 100110011 1010001 100100

Color Harmonies of #A71296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71296

Black with #A71296

Text Example


Text Example

White with #A71296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71296; }

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

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

background-color css

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

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

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

border-color css

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

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

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