Html Css Color HEX #AC029B Dark Magenta

📋 copy color: '#AC029B'

red 172 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #AC029B

Tints of Dark Magenta #AC029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 52.28%
G = 0.61%
B = 47.11%

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

#AC029B (or 0xAC029B) is known color: Dark Magenta. HEX triplet: AC, 02 and 9B. RGB value is (172,2,155). Sum of RGB (Red+Green+Blue) = 172+2+155=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC029B is #53FD64. Grayscale: #454545. Windows color (decimal): -5504357 or 10158764. OLE color: 10158764.

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

Color convert

RGB 172 2 155 -
CMYK 0 0.99 0.10 0.33
HSL 306º 0.98% 0.34% -
HSV(B) 306º 0.99% 0.67% -
XYZ 22.95 11.18 31.96 -
YUV 70.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 172 2 155 0 0.99 0.10 0.33 306 0.98 0.34
Hex AC 2 9B 0 63 A 21 132 62 22
Octal 254 2 233 0 143 12 41 462 142 42
Binary 10101100 10 10011011 0 1100011 1010 100001 100110010 1100010 100010

Color Harmonies of #AC029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC029B

Black with #AC029B

Text Example


Text Example

White with #AC029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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