Html Css Color HEX #A71DA1 Dark Magenta

📋 copy color: '#A71DA1'

red 167 ◦ green 29 ◦ blue 161

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

Shades of Dark Magenta #A71DA1

Tints of Dark Magenta #A71DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 46.78%
G = 8.12%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A71DA1 (or 0xA71DA1) is known color: Dark Magenta. HEX triplet: A7, 1D and A1. RGB value is (167,29,161). Sum of RGB (Red+Green+Blue) = 167+29+161=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A71DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71DA1 is #58E25E. Grayscale: #545454. Windows color (decimal): -5825119 or 10558887. OLE color: 10558887.

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

Color convert

RGB 167 29 161 -
CMYK 0 0.83 0.04 0.35
HSL 302.61º 0.7% 0.38% -
HSV(B) 302.61º 0.83% 0.65% -
XYZ 22.81 11.67 34.77 -
YUV 85.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 167 29 161 0 0.83 0.04 0.35 302.61 0.7 0.38
Hex A7 1D A1 0 53 4 23 12F 46 26
Octal 247 35 241 0 123 4 43 457 106 46
Binary 10100111 11101 10100001 0 1010011 100 100011 100101111 1000110 100110

Color Harmonies of #A71DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DA1

Black with #A71DA1

Text Example


Text Example

White with #A71DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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