Html Css Color HEX #A712AC Dark Magenta

📋 copy color: '#A712AC'

red 167 ◦ green 18 ◦ blue 172

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

Shades of Dark Magenta #A712AC

Tints of Dark Magenta #A712AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 46.78%
G = 5.04%
B = 48.18%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A712AC (or 0xA712AC) is known color: Dark Magenta. HEX triplet: A7, 12 and AC. RGB value is (167,18,172). Sum of RGB (Red+Green+Blue) = 167+18+172=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #A712AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712AC is #58ED53. Grayscale: #4F4F4F. Windows color (decimal): -5827924 or 11276967. OLE color: 11276967.

HSL color Cylindrical-coordinate representation of color #A712AC: hue angle of 298.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A712AC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 18 172 -
CMYK 0.03 0.90 0 0.33
HSL 298.05º 0.81% 0.37% -
HSV(B) 298.05º 0.9% 0.67% -
XYZ 23.6 11.63 40.03 -
YUV 80.11 179.86 189.98 -
System Red Green Blue C M Y K H S L
Decimal 167 18 172 0.03 0.90 0 0.33 298.05 0.81 0.37
Hex A7 12 AC 3 5A 0 21 12A 51 25
Octal 247 22 254 3 132 0 41 452 121 45
Binary 10100111 10010 10101100 11 1011010 0 100001 100101010 1010001 100101

Color Harmonies of #A712AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A712AC

Black with #A712AC

Text Example


Text Example

White with #A712AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A712AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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