Html Css Color HEX #AC0694 Dark Magenta

📋 copy color: '#AC0694'

red 172 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #AC0694

Tints of Dark Magenta #AC0694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 52.76%
G = 1.84%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC0694 (or 0xAC0694) is known color: Dark Magenta. HEX triplet: AC, 06 and 94. RGB value is (172,6,148). Sum of RGB (Red+Green+Blue) = 172+6+148=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0694 is #53F96B. Grayscale: #474747. Windows color (decimal): -5503340 or 9701036. OLE color: 9701036.

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

Color convert

RGB 172 6 148 -
CMYK 0 0.97 0.14 0.33
HSL 308.67º 0.93% 0.35% -
HSV(B) 308.67º 0.97% 0.67% -
XYZ 22.42 11.04 28.97 -
YUV 71.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 172 6 148 0 0.97 0.14 0.33 308.67 0.93 0.35
Hex AC 6 94 0 61 E 21 135 5D 23
Octal 254 6 224 0 141 16 41 465 135 43
Binary 10101100 110 10010100 0 1100001 1110 100001 100110101 1011101 100011

Color Harmonies of #AC0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0694

Black with #AC0694

Text Example


Text Example

White with #AC0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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