Html Css Color HEX #A71EA5 Dark Magenta

📋 copy color: '#A71EA5'

red 167 ◦ green 30 ◦ blue 165

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

Shades of Dark Magenta #A71EA5

Tints of Dark Magenta #A71EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.58%

R = 46.13%
G = 8.29%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A71EA5 (or 0xA71EA5) is known color: Dark Magenta. HEX triplet: A7, 1E and A5. RGB value is (167,30,165). Sum of RGB (Red+Green+Blue) = 167+30+165=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A71EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71EA5 is #58E15A. Grayscale: #555555. Windows color (decimal): -5824859 or 10821287. OLE color: 10821287.

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

Color convert

RGB 167 30 165 -
CMYK 0 0.82 0.01 0.35
HSL 300.88º 0.7% 0.39% -
HSV(B) 300.88º 0.82% 0.65% -
XYZ 23.19 11.86 36.66 -
YUV 86.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 167 30 165 0 0.82 0.01 0.35 300.88 0.7 0.39
Hex A7 1E A5 0 52 1 23 12D 46 27
Octal 247 36 245 0 122 1 43 455 106 47
Binary 10100111 11110 10100101 0 1010010 1 100011 100101101 1000110 100111

Color Harmonies of #A71EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EA5

Black with #A71EA5

Text Example


Text Example

White with #A71EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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