Html Css Color HEX #AC019B Dark Magenta

📋 copy color: '#AC019B'

red 172 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #AC019B

Tints of Dark Magenta #AC019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 52.44%
G = 0.3%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC019B (or 0xAC019B) is known color: Dark Magenta. HEX triplet: AC, 01 and 9B. RGB value is (172,1,155). Sum of RGB (Red+Green+Blue) = 172+1+155=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC019B is #53FE64. Grayscale: #454545. Windows color (decimal): -5504613 or 10158508. OLE color: 10158508.

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

Color convert

RGB 172 1 155 -
CMYK 0 0.99 0.10 0.33
HSL 305.96º 0.99% 0.34% -
HSV(B) 305.96º 0.99% 0.67% -
XYZ 22.94 11.16 31.96 -
YUV 69.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 172 1 155 0 0.99 0.10 0.33 305.96 0.99 0.34
Hex AC 1 9B 0 63 A 21 132 63 22
Octal 254 1 233 0 143 12 41 462 143 42
Binary 10101100 1 10011011 0 1100011 1010 100001 100110010 1100011 100010

Color Harmonies of #AC019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC019B

Black with #AC019B

Text Example


Text Example

White with #AC019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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