Html Css Color HEX #A71798 Dark Magenta

📋 copy color: '#A71798'

red 167 ◦ green 23 ◦ blue 152

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

Shades of Dark Magenta #A71798

Tints of Dark Magenta #A71798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.73%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 48.83%
G = 6.73%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A71798 (or 0xA71798) is known color: Dark Magenta. HEX triplet: A7, 17 and 98. RGB value is (167,23,152). Sum of RGB (Red+Green+Blue) = 167+23+152=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A71798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71798 is #58E867. Grayscale: #505050. Windows color (decimal): -5826664 or 9967527. OLE color: 9967527.

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

Color convert

RGB 167 23 152 -
CMYK 0 0.86 0.09 0.35
HSL 306.25º 0.76% 0.37% -
HSV(B) 306.25º 0.86% 0.65% -
XYZ 21.91 11.1 30.69 -
YUV 80.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 167 23 152 0 0.86 0.09 0.35 306.25 0.76 0.37
Hex A7 17 98 0 56 9 23 132 4C 25
Octal 247 27 230 0 126 11 43 462 114 45
Binary 10100111 10111 10011000 0 1010110 1001 100011 100110010 1001100 100101

Color Harmonies of #A71798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71798

Black with #A71798

Text Example


Text Example

White with #A71798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71798; }

 p { color: rgb(167,23,152); }

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

background-color css

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

 a { background-color: rgb(167,23,152); }

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

border-color css

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

 span { border-color: rgb(167,23,152); }

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