Html Css Color HEX #AC01B4 Deep Magenta

📋 copy color: '#AC01B4'

red 172 ◦ green 1 ◦ blue 180

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

Shades of Deep Magenta #AC01B4

Tints of Deep Magenta #AC01B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 48.73%
G = 0.28%
B = 50.99%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC01B4 (or 0xAC01B4) is known color: Deep Magenta. HEX triplet: AC, 01 and B4. RGB value is (172,1,180). Sum of RGB (Red+Green+Blue) = 172+1+180=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC01B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01B4 is #53FE4B. Grayscale: #474747. Windows color (decimal): -5504588 or 11796908. OLE color: 11796908.

HSL color Cylindrical-coordinate representation of color #AC01B4: hue angle of 297.32º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01B4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 1 180 -
CMYK 0.04 0.99 0 0.29
HSL 297.32º 0.99% 0.35% -
HSV(B) 297.32º 0.99% 0.71% -
XYZ 25.26 12.09 44.18 -
YUV 72.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 172 1 180 0.04 0.99 0 0.29 297.32 0.99 0.35
Hex AC 1 B4 4 63 0 1D 129 63 23
Octal 254 1 264 4 143 0 35 451 143 43
Binary 10101100 1 10110100 100 1100011 0 11101 100101001 1100011 100011

Color Harmonies of #AC01B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01B4

Black with #AC01B4

Text Example


Text Example

White with #AC01B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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