Html Css Color HEX #A012AC Dark Magenta

📋 copy color: '#A012AC'

red 160 ◦ green 18 ◦ blue 172

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

Shades of Dark Magenta #A012AC

Tints of Dark Magenta #A012AC

RGB

 RED value IS 160 (62.89% from 255) = 45.71%

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

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

R = 45.71%
G = 5.14%
B = 49.14%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A012AC (or 0xA012AC) is known color: Dark Magenta. HEX triplet: A0, 12 and AC. RGB value is (160,18,172). Sum of RGB (Red+Green+Blue) = 160+18+172=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A012AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A012AC is #5FED53. Grayscale: #4D4D4D. Windows color (decimal): -6286676 or 11276960. OLE color: 11276960.

HSL color Cylindrical-coordinate representation of color #A012AC: hue angle of 295.32º 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 #A012AC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 18 172 -
CMYK 0.07 0.90 0 0.33
HSL 295.32º 0.81% 0.37% -
HSV(B) 295.32º 0.9% 0.67% -
XYZ 22.16 10.88 39.96 -
YUV 78.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 160 18 172 0.07 0.90 0 0.33 295.32 0.81 0.37
Hex A0 12 AC 7 5A 0 21 127 51 25
Octal 240 22 254 7 132 0 41 447 121 45
Binary 10100000 10010 10101100 111 1011010 0 100001 100100111 1010001 100101

Color Harmonies of #A012AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A012AC

Black with #A012AC

Text Example


Text Example

White with #A012AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A012AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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