Html Css Color HEX #AC0298 Dark Magenta

📋 copy color: '#AC0298'

red 172 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #AC0298

Tints of Dark Magenta #AC0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 52.76%
G = 0.61%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0298 (or 0xAC0298) is known color: Dark Magenta. HEX triplet: AC, 02 and 98. RGB value is (172,2,152). Sum of RGB (Red+Green+Blue) = 172+2+152=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0298 is #53FD67. Grayscale: #454545. Windows color (decimal): -5504360 or 9962156. OLE color: 9962156.

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

Color convert

RGB 172 2 152 -
CMYK 0 0.99 0.12 0.33
HSL 307.06º 0.98% 0.34% -
HSV(B) 307.06º 0.99% 0.67% -
XYZ 22.7 11.08 30.65 -
YUV 69.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 172 2 152 0 0.99 0.12 0.33 307.06 0.98 0.34
Hex AC 2 98 0 63 C 21 133 62 22
Octal 254 2 230 0 143 14 41 463 142 42
Binary 10101100 10 10011000 0 1100011 1100 100001 100110011 1100010 100010

Color Harmonies of #AC0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0298

Black with #AC0298

Text Example


Text Example

White with #AC0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0298; }

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

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

background-color css

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

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

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

border-color css

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

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

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