Html Css Color HEX #A400AC Dark Magenta

📋 copy color: '#A400AC'

red 164 ◦ green 0 ◦ blue 172

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

Shades of Dark Magenta #A400AC

Tints of Dark Magenta #A400AC

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

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

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

R = 48.81%
G = 0%
B = 51.19%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A400AC (or 0xA400AC) is known color: Dark Magenta. HEX triplet: A4, 00 and AC. RGB value is (164,0,172). Sum of RGB (Red+Green+Blue) = 164+0+172=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #A400AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400AC is #5BFF53. Grayscale: #444444. Windows color (decimal): -6029140 or 11272356. OLE color: 11272356.

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

Color convert

RGB 164 0 172 -
CMYK 0.05 1 0 0.33
HSL 297.21º 1% 0.34% -
HSV(B) 297.21º 1% 0.67% -
XYZ 22.76 10.87 39.93 -
YUV 68.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 164 0 172 0.05 1 0 0.33 297.21 1 0.34
Hex A4 0 AC 5 64 0 21 129 64 22
Octal 244 0 254 5 144 0 41 451 144 42
Binary 10100100 0 10101100 101 1100100 0 100001 100101001 1100100 100010

Color Harmonies of #A400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400AC

Black with #A400AC

Text Example


Text Example

White with #A400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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