Html Css Color HEX #AC0590 Dark Magenta

📋 copy color: '#AC0590'

red 172 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #AC0590

Tints of Dark Magenta #AC0590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 53.58%
G = 1.56%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0590 (or 0xAC0590) is known color: Dark Magenta. HEX triplet: AC, 05 and 90. RGB value is (172,5,144). Sum of RGB (Red+Green+Blue) = 172+5+144=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0590 is #53FA6F. Grayscale: #464646. Windows color (decimal): -5503600 or 9438636. OLE color: 9438636.

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

Color convert

RGB 172 5 144 -
CMYK 0 0.97 0.16 0.33
HSL 310.06º 0.94% 0.35% -
HSV(B) 310.06º 0.97% 0.67% -
XYZ 22.1 10.89 27.32 -
YUV 70.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 172 5 144 0 0.97 0.16 0.33 310.06 0.94 0.35
Hex AC 5 90 0 61 10 21 136 5E 23
Octal 254 5 220 0 141 20 41 466 136 43
Binary 10101100 101 10010000 0 1100001 10000 100001 100110110 1011110 100011

Color Harmonies of #AC0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0590

Black with #AC0590

Text Example


Text Example

White with #AC0590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0590; }

 p { color: rgb(172,5,144); }

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

background-color css

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

 a { background-color: rgb(172,5,144); }

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

border-color css

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

 span { border-color: rgb(172,5,144); }

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