Html Css Color HEX #A71EA0 Dark Magenta

📋 copy color: '#A71EA0'

red 167 ◦ green 30 ◦ blue 160

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

Shades of Dark Magenta #A71EA0

Tints of Dark Magenta #A71EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 46.78%
G = 8.4%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A71EA0 (or 0xA71EA0) is known color: Dark Magenta. HEX triplet: A7, 1E and A0. RGB value is (167,30,160). Sum of RGB (Red+Green+Blue) = 167+30+160=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A71EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71EA0 is #58E15F. Grayscale: #555555. Windows color (decimal): -5824864 or 10493607. OLE color: 10493607.

HSL color Cylindrical-coordinate representation of color #A71EA0: hue angle of 303.07º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71EA0 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 30 160 -
CMYK 0 0.82 0.04 0.35
HSL 303.07º 0.7% 0.39% -
HSV(B) 303.07º 0.82% 0.65% -
XYZ 22.75 11.68 34.31 -
YUV 85.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 167 30 160 0 0.82 0.04 0.35 303.07 0.7 0.39
Hex A7 1E A0 0 52 4 23 12F 46 27
Octal 247 36 240 0 122 4 43 457 106 47
Binary 10100111 11110 10100000 0 1010010 100 100011 100101111 1000110 100111

Color Harmonies of #A71EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EA0

Black with #A71EA0

Text Example


Text Example

White with #A71EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EA0; }

 p { color: rgb(167,30,160); }

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

background-color css

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

 a { background-color: rgb(167,30,160); }

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

border-color css

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

 span { border-color: rgb(167,30,160); }

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