Html Css Color HEX #A71399 Dark Magenta

📋 copy color: '#A71399'

red 167 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #A71399

Tints of Dark Magenta #A71399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 49.26%
G = 5.6%
B = 45.13%

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

#A71399 (or 0xA71399) is known color: Dark Magenta. HEX triplet: A7, 13 and 99. RGB value is (167,19,153). Sum of RGB (Red+Green+Blue) = 167+19+153=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A71399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71399 is #58EC66. Grayscale: #4E4E4E. Windows color (decimal): -5827687 or 10032039. OLE color: 10032039.

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

Color convert

RGB 167 19 153 -
CMYK 0 0.89 0.08 0.35
HSL 305.68º 0.8% 0.36% -
HSV(B) 305.68º 0.89% 0.65% -
XYZ 21.92 10.98 31.1 -
YUV 78.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 167 19 153 0 0.89 0.08 0.35 305.68 0.8 0.36
Hex A7 13 99 0 59 8 23 132 50 24
Octal 247 23 231 0 131 10 43 462 120 44
Binary 10100111 10011 10011001 0 1011001 1000 100011 100110010 1010000 100100

Color Harmonies of #A71399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71399

Black with #A71399

Text Example


Text Example

White with #A71399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71399; }

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

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

background-color css

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

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

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

border-color css

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

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

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