Html Css Color HEX #AC01BC Deep Magenta

📋 copy color: '#AC01BC'

red 172 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #AC01BC

Tints of Deep Magenta #AC01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 47.65%
G = 0.28%
B = 52.08%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC01BC (or 0xAC01BC) is known color: Deep Magenta. HEX triplet: AC, 01 and BC. RGB value is (172,1,188). Sum of RGB (Red+Green+Blue) = 172+1+188=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BC is #53FE43. Grayscale: #484848. Windows color (decimal): -5504580 or 12321196. OLE color: 12321196.

HSL color Cylindrical-coordinate representation of color #AC01BC: hue angle of 294.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01BC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 1 188 -
CMYK 0.09 0.99 0 0.26
HSL 294.87º 0.99% 0.37% -
HSV(B) 294.87º 0.99% 0.74% -
XYZ 26.1 12.42 48.6 -
YUV 73.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 172 1 188 0.09 0.99 0 0.26 294.87 0.99 0.37
Hex AC 1 BC 9 63 0 1A 127 63 25
Octal 254 1 274 11 143 0 32 447 143 45
Binary 10101100 1 10111100 1001 1100011 0 11010 100100111 1100011 100101

Color Harmonies of #AC01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC01BC

Black with #AC01BC

Text Example


Text Example

White with #AC01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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