Html Css Color HEX #A000AC Dark Magenta

📋 copy color: '#A000AC'

red 160 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #A000AC

Tints of Dark Magenta #A000AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.19%
G = 0%
B = 51.81%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A000AC (or 0xA000AC) is known color: Dark Magenta. HEX triplet: A0, 00 and AC. RGB value is (160,0,172). Sum of RGB (Red+Green+Blue) = 160+0+172=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #A000AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A000AC is #5FFF53. Grayscale: #424242. Windows color (decimal): -6291284 or 11272352. OLE color: 11272352.

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

Color convert

RGB 160 0 172 -
CMYK 0.07 1 0 0.33
HSL 295.81º 1% 0.34% -
HSV(B) 295.81º 1% 0.67% -
XYZ 21.94 10.45 39.89 -
YUV 67.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 160 0 172 0.07 1 0 0.33 295.81 1 0.34
Hex A0 0 AC 7 64 0 21 128 64 22
Octal 240 0 254 7 144 0 41 450 144 42
Binary 10100000 0 10101100 111 1100100 0 100001 100101000 1100100 100010

Color Harmonies of #A000AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000AC

Black with #A000AC

Text Example


Text Example

White with #A000AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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