Html Css Color HEX #A800AC Dark Magenta

📋 copy color: '#A800AC'

red 168 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #A800AC

Tints of Dark Magenta #A800AC

RGB

 RED value IS 168 (66.02% from 255) = 49.41%

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

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

R = 49.41%
G = 0%
B = 50.59%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A800AC (or 0xA800AC) is known color: Dark Magenta. HEX triplet: A8, 00 and AC. RGB value is (168,0,172). Sum of RGB (Red+Green+Blue) = 168+0+172=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #A800AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A800AC is #57FF53. Grayscale: #454545. Windows color (decimal): -5766996 or 11272360. OLE color: 11272360.

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

Color convert

RGB 168 0 172 -
CMYK 0.02 1 0 0.33
HSL 298.6º 1% 0.34% -
HSV(B) 298.6º 1% 0.67% -
XYZ 23.59 11.3 39.97 -
YUV 69.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 168 0 172 0.02 1 0 0.33 298.6 1 0.34
Hex A8 0 AC 2 64 0 21 12B 64 22
Octal 250 0 254 2 144 0 41 453 144 42
Binary 10101000 0 10101100 10 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #A800AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800AC

Black with #A800AC

Text Example


Text Example

White with #A800AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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