Html Css Color HEX #A712A0 Dark Magenta

📋 copy color: '#A712A0'

red 167 ◦ green 18 ◦ blue 160

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

Shades of Dark Magenta #A712A0

Tints of Dark Magenta #A712A0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 48.41%
G = 5.22%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A712A0 (or 0xA712A0) is known color: Dark Magenta. HEX triplet: A7, 12 and A0. RGB value is (167,18,160). Sum of RGB (Red+Green+Blue) = 167+18+160=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A712A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712A0 is #58ED5F. Grayscale: #4E4E4E. Windows color (decimal): -5827936 or 10490535. OLE color: 10490535.

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

Color convert

RGB 167 18 160 -
CMYK 0 0.89 0.04 0.35
HSL 302.82º 0.81% 0.36% -
HSV(B) 302.82º 0.89% 0.65% -
XYZ 22.5 11.19 34.23 -
YUV 78.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 167 18 160 0 0.89 0.04 0.35 302.82 0.81 0.36
Hex A7 12 A0 0 59 4 23 12F 51 24
Octal 247 22 240 0 131 4 43 457 121 44
Binary 10100111 10010 10100000 0 1011001 100 100011 100101111 1010001 100100

Color Harmonies of #A712A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712A0

Black with #A712A0

Text Example


Text Example

White with #A712A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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