Html Css Color HEX #A71AA2 Dark Magenta

📋 copy color: '#A71AA2'

red 167 ◦ green 26 ◦ blue 162

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

Shades of Dark Magenta #A71AA2

Tints of Dark Magenta #A71AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.32%

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

R = 47.04%
G = 7.32%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A71AA2 (or 0xA71AA2) is known color: Dark Magenta. HEX triplet: A7, 1A and A2. RGB value is (167,26,162). Sum of RGB (Red+Green+Blue) = 167+26+162=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A71AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71AA2 is #58E55D. Grayscale: #535353. Windows color (decimal): -5825886 or 10623655. OLE color: 10623655.

HSL color Cylindrical-coordinate representation of color #A71AA2: hue angle of 302.13º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71AA2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 26 162 -
CMYK 0 0.84 0.03 0.35
HSL 302.13º 0.73% 0.38% -
HSV(B) 302.13º 0.84% 0.65% -
XYZ 22.83 11.56 35.21 -
YUV 83.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 167 26 162 0 0.84 0.03 0.35 302.13 0.73 0.38
Hex A7 1A A2 0 54 3 23 12E 49 26
Octal 247 32 242 0 124 3 43 456 111 46
Binary 10100111 11010 10100010 0 1010100 11 100011 100101110 1001001 100110

Color Harmonies of #A71AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71AA2

Black with #A71AA2

Text Example


Text Example

White with #A71AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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