Html Css Color HEX #AC0190 Dark Magenta

📋 copy color: '#AC0190'

red 172 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #AC0190

Tints of Dark Magenta #AC0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 54.26%
G = 0.32%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0190 (or 0xAC0190) is known color: Dark Magenta. HEX triplet: AC, 01 and 90. RGB value is (172,1,144). Sum of RGB (Red+Green+Blue) = 172+1+144=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0190 is #53FE6F. Grayscale: #444444. Windows color (decimal): -5504624 or 9437612. OLE color: 9437612.

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

Color convert

RGB 172 1 144 -
CMYK 0 0.99 0.16 0.33
HSL 309.82º 0.99% 0.34% -
HSV(B) 309.82º 0.99% 0.67% -
XYZ 22.06 10.81 27.31 -
YUV 68.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 172 1 144 0 0.99 0.16 0.33 309.82 0.99 0.34
Hex AC 1 90 0 63 10 21 136 63 22
Octal 254 1 220 0 143 20 41 466 143 42
Binary 10101100 1 10010000 0 1100011 10000 100001 100110110 1100011 100010

Color Harmonies of #AC0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0190

Black with #AC0190

Text Example


Text Example

White with #AC0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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