Html Css Color HEX #A016AC Dark Magenta

📋 copy color: '#A016AC'

red 160 ◦ green 22 ◦ blue 172

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

Shades of Dark Magenta #A016AC

Tints of Dark Magenta #A016AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.21%

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

R = 45.2%
G = 6.21%
B = 48.59%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A016AC (or 0xA016AC) is known color: Dark Magenta. HEX triplet: A0, 16 and AC. RGB value is (160,22,172). Sum of RGB (Red+Green+Blue) = 160+22+172=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #A016AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016AC is #5FE953. Grayscale: #4F4F4F. Windows color (decimal): -6285652 or 11277984. OLE color: 11277984.

HSL color Cylindrical-coordinate representation of color #A016AC: hue angle of 295.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A016AC is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 22 172 -
CMYK 0.07 0.87 0 0.33
HSL 295.2º 0.77% 0.38% -
HSV(B) 295.2º 0.87% 0.67% -
XYZ 22.23 11.03 39.99 -
YUV 80.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 160 22 172 0.07 0.87 0 0.33 295.2 0.77 0.38
Hex A0 16 AC 7 57 0 21 127 4D 26
Octal 240 26 254 7 127 0 41 447 115 46
Binary 10100000 10110 10101100 111 1010111 0 100001 100100111 1001101 100110

Color Harmonies of #A016AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016AC

Black with #A016AC

Text Example


Text Example

White with #A016AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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