Html Css Color HEX #A71899 Dark Magenta

📋 copy color: '#A71899'

red 167 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #A71899

Tints of Dark Magenta #A71899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 48.55%
G = 6.98%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A71899 (or 0xA71899) is known color: Dark Magenta. HEX triplet: A7, 18 and 99. RGB value is (167,24,153). Sum of RGB (Red+Green+Blue) = 167+24+153=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A71899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71899 is #58E766. Grayscale: #515151. Windows color (decimal): -5826407 or 10033319. OLE color: 10033319.

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

Color convert

RGB 167 24 153 -
CMYK 0 0.86 0.08 0.35
HSL 305.87º 0.75% 0.37% -
HSV(B) 305.87º 0.86% 0.65% -
XYZ 22.01 11.17 31.13 -
YUV 81.46 168.38 189.01 -
System Red Green Blue C M Y K H S L
Decimal 167 24 153 0 0.86 0.08 0.35 305.87 0.75 0.37
Hex A7 18 99 0 56 8 23 132 4B 25
Octal 247 30 231 0 126 10 43 462 113 45
Binary 10100111 11000 10011001 0 1010110 1000 100011 100110010 1001011 100101

Color Harmonies of #A71899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71899

Black with #A71899

Text Example


Text Example

White with #A71899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71899; }

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

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

background-color css

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

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

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

border-color css

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

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

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