Html Css Color HEX #AC0998 Dark Magenta

📋 copy color: '#AC0998'

red 172 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #AC0998

Tints of Dark Magenta #AC0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

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

R = 51.65%
G = 2.7%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0998 (or 0xAC0998) is known color: Dark Magenta. HEX triplet: AC, 09 and 98. RGB value is (172,9,152). Sum of RGB (Red+Green+Blue) = 172+9+152=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0998 is #53F667. Grayscale: #494949. Windows color (decimal): -5502568 or 9963948. OLE color: 9963948.

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

Color convert

RGB 172 9 152 -
CMYK 0 0.95 0.12 0.33
HSL 307.36º 0.9% 0.35% -
HSV(B) 307.36º 0.95% 0.67% -
XYZ 22.78 11.23 30.67 -
YUV 74.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 172 9 152 0 0.95 0.12 0.33 307.36 0.9 0.35
Hex AC 9 98 0 5F C 21 133 5A 23
Octal 254 11 230 0 137 14 41 463 132 43
Binary 10101100 1001 10011000 0 1011111 1100 100001 100110011 1011010 100011

Color Harmonies of #AC0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0998

Black with #AC0998

Text Example


Text Example

White with #AC0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0998; }

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

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

background-color css

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

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

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

border-color css

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

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

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