Html Css Color HEX #AC0494 Dark Magenta

📋 copy color: '#AC0494'

red 172 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #AC0494

Tints of Dark Magenta #AC0494

RGB

 RED value IS 172 (67.58% from 255) = 53.09%

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 53.09%
G = 1.23%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC0494 (or 0xAC0494) is known color: Dark Magenta. HEX triplet: AC, 04 and 94. RGB value is (172,4,148). Sum of RGB (Red+Green+Blue) = 172+4+148=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0494 is #53FB6B. Grayscale: #464646. Windows color (decimal): -5503852 or 9700524. OLE color: 9700524.

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

Color convert

RGB 172 4 148 -
CMYK 0 0.98 0.14 0.33
HSL 308.57º 0.95% 0.35% -
HSV(B) 308.57º 0.98% 0.67% -
XYZ 22.4 11 28.96 -
YUV 70.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 172 4 148 0 0.98 0.14 0.33 308.57 0.95 0.35
Hex AC 4 94 0 62 E 21 135 5F 23
Octal 254 4 224 0 142 16 41 465 137 43
Binary 10101100 100 10010100 0 1100010 1110 100001 100110101 1011111 100011

Color Harmonies of #AC0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0494

Black with #AC0494

Text Example


Text Example

White with #AC0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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