Html Css Color HEX #A71C9F Dark Magenta

📋 copy color: '#A71C9F'

red 167 ◦ green 28 ◦ blue 159

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

Shades of Dark Magenta #A71C9F

Tints of Dark Magenta #A71C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.91%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 47.18%
G = 7.91%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A71C9F (or 0xA71C9F) is known color: Dark Magenta. HEX triplet: A7, 1C and 9F. RGB value is (167,28,159). Sum of RGB (Red+Green+Blue) = 167+28+159=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71C9F is #58E360. Grayscale: #545454. Windows color (decimal): -5825377 or 10427559. OLE color: 10427559.

HSL color Cylindrical-coordinate representation of color #A71C9F: hue angle of 303.45º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C9F is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 28 159 -
CMYK 0 0.83 0.05 0.35
HSL 303.45º 0.71% 0.38% -
HSV(B) 303.45º 0.83% 0.65% -
XYZ 22.61 11.55 33.84 -
YUV 84.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 167 28 159 0 0.83 0.05 0.35 303.45 0.71 0.38
Hex A7 1C 9F 0 53 5 23 12F 47 26
Octal 247 34 237 0 123 5 43 457 107 46
Binary 10100111 11100 10011111 0 1010011 101 100011 100101111 1000111 100110

Color Harmonies of #A71C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C9F

Black with #A71C9F

Text Example


Text Example

White with #A71C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C9F; }

 p { color: rgb(167,28,159); }

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

background-color css

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

 a { background-color: rgb(167,28,159); }

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

border-color css

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

 span { border-color: rgb(167,28,159); }

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