Html Css Color HEX #A71896 Dark Magenta

📋 copy color: '#A71896'

red 167 ◦ green 24 ◦ blue 150

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

Shades of Dark Magenta #A71896

Tints of Dark Magenta #A71896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 48.97%
G = 7.04%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A71896 (or 0xA71896) is known color: Dark Magenta. HEX triplet: A7, 18 and 96. RGB value is (167,24,150). Sum of RGB (Red+Green+Blue) = 167+24+150=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A71896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71896 is #58E769. Grayscale: #505050. Windows color (decimal): -5826410 or 9836711. OLE color: 9836711.

HSL color Cylindrical-coordinate representation of color #A71896: hue angle of 307.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71896 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 24 150 -
CMYK 0 0.86 0.10 0.35
HSL 307.13º 0.75% 0.37% -
HSV(B) 307.13º 0.86% 0.65% -
XYZ 21.77 11.07 29.84 -
YUV 81.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 167 24 150 0 0.86 0.10 0.35 307.13 0.75 0.37
Hex A7 18 96 0 56 A 23 133 4B 25
Octal 247 30 226 0 126 12 43 463 113 45
Binary 10100111 11000 10010110 0 1010110 1010 100011 100110011 1001011 100101

Color Harmonies of #A71896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71896

Black with #A71896

Text Example


Text Example

White with #A71896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71896; }

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

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

background-color css

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

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

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

border-color css

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

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

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