Html Css Color HEX #AC18AB Deep Magenta

📋 copy color: '#AC18AB'

red 172 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #AC18AB

Tints of Deep Magenta #AC18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.54%

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 46.87%
G = 6.54%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC18AB (or 0xAC18AB) is known color: Deep Magenta. HEX triplet: AC, 18 and AB. RGB value is (172,24,171). Sum of RGB (Red+Green+Blue) = 172+24+171=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18AB is #53E754. Grayscale: #545454. Windows color (decimal): -5498709 or 11212972. OLE color: 11212972.

HSL color Cylindrical-coordinate representation of color #AC18AB: hue angle of 300.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC18AB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 24 171 -
CMYK 0 0.86 0.01 0.33
HSL 300.41º 0.76% 0.38% -
HSV(B) 300.41º 0.86% 0.67% -
XYZ 24.69 12.36 39.61 -
YUV 85.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 172 24 171 0 0.86 0.01 0.33 300.41 0.76 0.38
Hex AC 18 AB 0 56 1 21 12C 4C 26
Octal 254 30 253 0 126 1 41 454 114 46
Binary 10101100 11000 10101011 0 1010110 1 100001 100101100 1001100 100110

Color Harmonies of #AC18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18AB

Black with #AC18AB

Text Example


Text Example

White with #AC18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18AB; }

 p { color: rgb(172,24,171); }

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

background-color css

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

 a { background-color: rgb(172,24,171); }

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

border-color css

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

 span { border-color: rgb(172,24,171); }

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