Html Css Color HEX #A71D9A Dark Magenta

📋 copy color: '#A71D9A'

red 167 ◦ green 29 ◦ blue 154

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

Shades of Dark Magenta #A71D9A

Tints of Dark Magenta #A71D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 47.71%
G = 8.29%
B = 44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A71D9A (or 0xA71D9A) is known color: Dark Magenta. HEX triplet: A7, 1D and 9A. RGB value is (167,29,154). Sum of RGB (Red+Green+Blue) = 167+29+154=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71D9A is #58E265. Grayscale: #545454. Windows color (decimal): -5825126 or 10100135. OLE color: 10100135.

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

Color convert

RGB 167 29 154 -
CMYK 0 0.83 0.08 0.35
HSL 305.65º 0.7% 0.38% -
HSV(B) 305.65º 0.83% 0.65% -
XYZ 22.21 11.43 31.61 -
YUV 84.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 167 29 154 0 0.83 0.08 0.35 305.65 0.7 0.38
Hex A7 1D 9A 0 53 8 23 132 46 26
Octal 247 35 232 0 123 10 43 462 106 46
Binary 10100111 11101 10011010 0 1010011 1000 100011 100110010 1000110 100110

Color Harmonies of #A71D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D9A

Black with #A71D9A

Text Example


Text Example

White with #A71D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D9A; }

 p { color: rgb(167,29,154); }

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

background-color css

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

 a { background-color: rgb(167,29,154); }

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

border-color css

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

 span { border-color: rgb(167,29,154); }

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