Html Css Color HEX #AC0094 Dark Magenta

📋 copy color: '#AC0094'

red 172 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #AC0094

Tints of Dark Magenta #AC0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 53.75%
G = 0%
B = 46.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC0094 (or 0xAC0094) is known color: Dark Magenta. HEX triplet: AC, 00 and 94. RGB value is (172,0,148). Sum of RGB (Red+Green+Blue) = 172+0+148=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0094 is #53FF6B. Grayscale: #434343. Windows color (decimal): -5504876 or 9699500. OLE color: 9699500.

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

Color convert

RGB 172 0 148 -
CMYK 0 1 0.14 0.33
HSL 308.37º 1% 0.34% -
HSV(B) 308.37º 1% 0.67% -
XYZ 22.36 10.91 28.94 -
YUV 68.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 172 0 148 0 1 0.14 0.33 308.37 1 0.34
Hex AC 0 94 0 64 E 21 134 64 22
Octal 254 0 224 0 144 16 41 464 144 42
Binary 10101100 0 10010100 0 1100100 1110 100001 100110100 1100100 100010

Color Harmonies of #AC0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0094

Black with #AC0094

Text Example


Text Example

White with #AC0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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