Html Css Color HEX #A71497 Dark Magenta

📋 copy color: '#A71497'

red 167 ◦ green 20 ◦ blue 151

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

Shades of Dark Magenta #A71497

Tints of Dark Magenta #A71497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 49.41%
G = 5.92%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A71497 (or 0xA71497) is known color: Dark Magenta. HEX triplet: A7, 14 and 97. RGB value is (167,20,151). Sum of RGB (Red+Green+Blue) = 167+20+151=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A71497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71497 is #58EB68. Grayscale: #4E4E4E. Windows color (decimal): -5827433 or 9901223. OLE color: 9901223.

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

Color convert

RGB 167 20 151 -
CMYK 0 0.88 0.10 0.35
HSL 306.53º 0.79% 0.37% -
HSV(B) 306.53º 0.88% 0.65% -
XYZ 21.77 10.95 30.24 -
YUV 78.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 167 20 151 0 0.88 0.10 0.35 306.53 0.79 0.37
Hex A7 14 97 0 58 A 23 133 4F 25
Octal 247 24 227 0 130 12 43 463 117 45
Binary 10100111 10100 10010111 0 1011000 1010 100011 100110011 1001111 100101

Color Harmonies of #A71497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71497

Black with #A71497

Text Example


Text Example

White with #A71497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71497; }

 p { color: rgb(167,20,151); }

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

background-color css

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

 a { background-color: rgb(167,20,151); }

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

border-color css

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

 span { border-color: rgb(167,20,151); }

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