Html Css Color HEX #AC0092 Dark Magenta

📋 copy color: '#AC0092'

red 172 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #AC0092

Tints of Dark Magenta #AC0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 54.09%
G = 0%
B = 45.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC0092 (or 0xAC0092) is known color: Dark Magenta. HEX triplet: AC, 00 and 92. RGB value is (172,0,146). Sum of RGB (Red+Green+Blue) = 172+0+146=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0092 is #53FF6D. Grayscale: #434343. Windows color (decimal): -5504878 or 9568428. OLE color: 9568428.

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

Color convert

RGB 172 0 146 -
CMYK 0 1 0.15 0.33
HSL 309.07º 1% 0.34% -
HSV(B) 309.07º 1% 0.67% -
XYZ 22.2 10.85 28.12 -
YUV 68.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 172 0 146 0 1 0.15 0.33 309.07 1 0.34
Hex AC 0 92 0 64 F 21 135 64 22
Octal 254 0 222 0 144 17 41 465 144 42
Binary 10101100 0 10010010 0 1100100 1111 100001 100110101 1100100 100010

Color Harmonies of #AC0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0092

Black with #AC0092

Text Example


Text Example

White with #AC0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0092; }

 p { color: rgb(172,0,146); }

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

background-color css

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

 a { background-color: rgb(172,0,146); }

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

border-color css

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

 span { border-color: rgb(172,0,146); }

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