Html Css Color HEX #A004AC Dark Magenta

📋 copy color: '#A004AC'

red 160 ◦ green 4 ◦ blue 172

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

Shades of Dark Magenta #A004AC

Tints of Dark Magenta #A004AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 47.62%
G = 1.19%
B = 51.19%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A004AC (or 0xA004AC) is known color: Dark Magenta. HEX triplet: A0, 04 and AC. RGB value is (160,4,172). Sum of RGB (Red+Green+Blue) = 160+4+172=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 4 (1.95% from 255 or 1.19% 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 #A004AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A004AC is #5FFB53. Grayscale: #454545. Windows color (decimal): -6290260 or 11273376. OLE color: 11273376.

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

Color convert

RGB 160 4 172 -
CMYK 0.07 0.98 0 0.33
HSL 295.71º 0.95% 0.35% -
HSV(B) 295.71º 0.98% 0.67% -
XYZ 21.99 10.54 39.91 -
YUV 69.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 160 4 172 0.07 0.98 0 0.33 295.71 0.95 0.35
Hex A0 4 AC 7 62 0 21 128 5F 23
Octal 240 4 254 7 142 0 41 450 137 43
Binary 10100000 100 10101100 111 1100010 0 100001 100101000 1011111 100011

Color Harmonies of #A004AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004AC

Black with #A004AC

Text Example


Text Example

White with #A004AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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