Html Css Color HEX #AC01AB Deep Magenta

📋 copy color: '#AC01AB'

red 172 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #AC01AB

Tints of Deep Magenta #AC01AB

RGB

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

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

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

R = 50%
G = 0.29%
B = 49.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC01AB (or 0xAC01AB) is known color: Deep Magenta. HEX triplet: AC, 01 and AB. RGB value is (172,1,171). Sum of RGB (Red+Green+Blue) = 172+1+171=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC01AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AB is #53FE54. Grayscale: #474747. Windows color (decimal): -5504597 or 11207084. OLE color: 11207084.

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

Color convert

RGB 172 1 171 -
CMYK 0 0.99 0.01 0.33
HSL 300.35º 0.99% 0.34% -
HSV(B) 300.35º 0.99% 0.67% -
XYZ 24.37 11.73 39.51 -
YUV 71.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 172 1 171 0 0.99 0.01 0.33 300.35 0.99 0.34
Hex AC 1 AB 0 63 1 21 12C 63 22
Octal 254 1 253 0 143 1 41 454 143 42
Binary 10101100 1 10101011 0 1100011 1 100001 100101100 1100011 100010

Color Harmonies of #AC01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01AB

Black with #AC01AB

Text Example


Text Example

White with #AC01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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