Html Css Color HEX #AC0598 Dark Magenta

📋 copy color: '#AC0598'

red 172 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #AC0598

Tints of Dark Magenta #AC0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 52.28%
G = 1.52%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0598 (or 0xAC0598) is known color: Dark Magenta. HEX triplet: AC, 05 and 98. RGB value is (172,5,152). Sum of RGB (Red+Green+Blue) = 172+5+152=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0598 is #53FA67. Grayscale: #474747. Windows color (decimal): -5503592 or 9962924. OLE color: 9962924.

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

Color convert

RGB 172 5 152 -
CMYK 0 0.97 0.12 0.33
HSL 307.19º 0.94% 0.35% -
HSV(B) 307.19º 0.97% 0.67% -
XYZ 22.74 11.15 30.66 -
YUV 71.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 172 5 152 0 0.97 0.12 0.33 307.19 0.94 0.35
Hex AC 5 98 0 61 C 21 133 5E 23
Octal 254 5 230 0 141 14 41 463 136 43
Binary 10101100 101 10011000 0 1100001 1100 100001 100110011 1011110 100011

Color Harmonies of #AC0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0598

Black with #AC0598

Text Example


Text Example

White with #AC0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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