Html Css Color HEX #AC0194 Dark Magenta

📋 copy color: '#AC0194'

red 172 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #AC0194

Tints of Dark Magenta #AC0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 53.58%
G = 0.31%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC0194 (or 0xAC0194) is known color: Dark Magenta. HEX triplet: AC, 01 and 94. RGB value is (172,1,148). Sum of RGB (Red+Green+Blue) = 172+1+148=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0194 is #53FE6B. Grayscale: #444444. Windows color (decimal): -5504620 or 9699756. OLE color: 9699756.

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

Color convert

RGB 172 1 148 -
CMYK 0 0.99 0.14 0.33
HSL 308.42º 0.99% 0.34% -
HSV(B) 308.42º 0.99% 0.67% -
XYZ 22.37 10.93 28.95 -
YUV 68.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 172 1 148 0 0.99 0.14 0.33 308.42 0.99 0.34
Hex AC 1 94 0 63 E 21 134 63 22
Octal 254 1 224 0 143 16 41 464 143 42
Binary 10101100 1 10010100 0 1100011 1110 100001 100110100 1100011 100010

Color Harmonies of #AC0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0194

Black with #AC0194

Text Example


Text Example

White with #AC0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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