Html Css Color HEX #AC00BC Deep Magenta

📋 copy color: '#AC00BC'

red 172 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #AC00BC

Tints of Deep Magenta #AC00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.78%
G = 0%
B = 52.22%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC00BC (or 0xAC00BC) is known color: Deep Magenta. HEX triplet: AC, 00 and BC. RGB value is (172,0,188). Sum of RGB (Red+Green+Blue) = 172+0+188=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BC is #53FF43. Grayscale: #484848. Windows color (decimal): -5504836 or 12320940. OLE color: 12320940.

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

Color convert

RGB 172 0 188 -
CMYK 0.09 1 0 0.26
HSL 294.89º 1% 0.37% -
HSV(B) 294.89º 1% 0.74% -
XYZ 26.09 12.4 48.6 -
YUV 72.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 172 0 188 0.09 1 0 0.26 294.89 1 0.37
Hex AC 0 BC 9 64 0 1A 127 64 25
Octal 254 0 274 11 144 0 32 447 144 45
Binary 10101100 0 10111100 1001 1100100 0 11010 100100111 1100100 100101

Color Harmonies of #AC00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00BC

Black with #AC00BC

Text Example


Text Example

White with #AC00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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