Html Css Color HEX #A71795 Dark Magenta

📋 copy color: '#A71795'

red 167 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #A71795

Tints of Dark Magenta #A71795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 49.26%
G = 6.78%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A71795 (or 0xA71795) is known color: Dark Magenta. HEX triplet: A7, 17 and 95. RGB value is (167,23,149). Sum of RGB (Red+Green+Blue) = 167+23+149=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A71795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71795 is #58E86A. Grayscale: #505050. Windows color (decimal): -5826667 or 9770919. OLE color: 9770919.

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

Color convert

RGB 167 23 149 -
CMYK 0 0.86 0.11 0.35
HSL 307.5º 0.76% 0.37% -
HSV(B) 307.5º 0.86% 0.65% -
XYZ 21.67 11 29.41 -
YUV 80.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 167 23 149 0 0.86 0.11 0.35 307.5 0.76 0.37
Hex A7 17 95 0 56 B 23 134 4C 25
Octal 247 27 225 0 126 13 43 464 114 45
Binary 10100111 10111 10010101 0 1010110 1011 100011 100110100 1001100 100101

Color Harmonies of #A71795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71795

Black with #A71795

Text Example


Text Example

White with #A71795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71795; }

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

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

background-color css

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

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

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

border-color css

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

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

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