Html Css Color HEX #A712A6 Dark Magenta

📋 copy color: '#A712A6'

red 167 ◦ green 18 ◦ blue 166

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

Shades of Dark Magenta #A712A6

Tints of Dark Magenta #A712A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.29%

R = 47.58%
G = 5.13%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A712A6 (or 0xA712A6) is known color: Dark Magenta. HEX triplet: A7, 12 and A6. RGB value is (167,18,166). Sum of RGB (Red+Green+Blue) = 167+18+166=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A712A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712A6 is #58ED59. Grayscale: #4E4E4E. Windows color (decimal): -5827930 or 10883751. OLE color: 10883751.

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

Color convert

RGB 167 18 166 -
CMYK 0 0.89 0.01 0.35
HSL 300.4º 0.81% 0.36% -
HSV(B) 300.4º 0.89% 0.65% -
XYZ 23.04 11.4 37.06 -
YUV 79.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 167 18 166 0 0.89 0.01 0.35 300.4 0.81 0.36
Hex A7 12 A6 0 59 1 23 12C 51 24
Octal 247 22 246 0 131 1 43 454 121 44
Binary 10100111 10010 10100110 0 1011001 1 100011 100101100 1010001 100100

Color Harmonies of #A712A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712A6

Black with #A712A6

Text Example


Text Example

White with #A712A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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