Html Css Color HEX #AC0A98 Dark Magenta

📋 copy color: '#AC0A98'

red 172 ◦ green 10 ◦ blue 152

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

Shades of Dark Magenta #AC0A98

Tints of Dark Magenta #AC0A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 51.5%
G = 2.99%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0A98 (or 0xAC0A98) is known color: Dark Magenta. HEX triplet: AC, 0A and 98. RGB value is (172,10,152). Sum of RGB (Red+Green+Blue) = 172+10+152=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A98 is #53F567. Grayscale: #4A4A4A. Windows color (decimal): -5502312 or 9964204. OLE color: 9964204.

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

Color convert

RGB 172 10 152 -
CMYK 0 0.94 0.12 0.33
HSL 307.41º 0.89% 0.36% -
HSV(B) 307.41º 0.94% 0.67% -
XYZ 22.79 11.25 30.68 -
YUV 74.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 172 10 152 0 0.94 0.12 0.33 307.41 0.89 0.36
Hex AC A 98 0 5E C 21 133 59 24
Octal 254 12 230 0 136 14 41 463 131 44
Binary 10101100 1010 10011000 0 1011110 1100 100001 100110011 1011001 100100

Color Harmonies of #AC0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A98

Black with #AC0A98

Text Example


Text Example

White with #AC0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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