Html Css Color HEX #A71EA2 Dark Magenta

📋 copy color: '#A71EA2'

red 167 ◦ green 30 ◦ blue 162

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

Shades of Dark Magenta #A71EA2

Tints of Dark Magenta #A71EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 46.52%
G = 8.36%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A71EA2 (or 0xA71EA2) is known color: Dark Magenta. HEX triplet: A7, 1E and A2. RGB value is (167,30,162). Sum of RGB (Red+Green+Blue) = 167+30+162=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A71EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71EA2 is #58E15D. Grayscale: #555555. Windows color (decimal): -5824862 or 10624679. OLE color: 10624679.

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

Color convert

RGB 167 30 162 -
CMYK 0 0.82 0.03 0.35
HSL 302.19º 0.7% 0.39% -
HSV(B) 302.19º 0.82% 0.65% -
XYZ 22.92 11.75 35.24 -
YUV 86.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 167 30 162 0 0.82 0.03 0.35 302.19 0.7 0.39
Hex A7 1E A2 0 52 3 23 12E 46 27
Octal 247 36 242 0 122 3 43 456 106 47
Binary 10100111 11110 10100010 0 1010010 11 100011 100101110 1000110 100111

Color Harmonies of #A71EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EA2

Black with #A71EA2

Text Example


Text Example

White with #A71EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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