Html Css Color HEX #AC00BD Deep Magenta

📋 copy color: '#AC00BD'

red 172 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #AC00BD

Tints of Deep Magenta #AC00BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 47.65%
G = 0%
B = 52.35%

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

#AC00BD (or 0xAC00BD) is known color: Deep Magenta. HEX triplet: AC, 00 and BD. RGB value is (172,0,189). Sum of RGB (Red+Green+Blue) = 172+0+189=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BD is #53FF42. Grayscale: #484848. Windows color (decimal): -5504835 or 12386476. OLE color: 12386476.

HSL color Cylindrical-coordinate representation of color #AC00BD: hue angle of 294.6º 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 #AC00BD is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 0 189 -
CMYK 0.09 1 0 0.26
HSL 294.6º 1% 0.37% -
HSV(B) 294.6º 1% 0.74% -
XYZ 26.2 12.44 49.17 -
YUV 72.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 172 0 189 0.09 1 0 0.26 294.6 1 0.37
Hex AC 0 BD 9 64 0 1A 127 64 25
Octal 254 0 275 11 144 0 32 447 144 45
Binary 10101100 0 10111101 1001 1100100 0 11010 100100111 1100100 100101

Color Harmonies of #AC00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00BD

Black with #AC00BD

Text Example


Text Example

White with #AC00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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