Html Css Color HEX #AC00AD Deep Magenta

📋 copy color: '#AC00AD'

red 172 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #AC00AD

Tints of Deep Magenta #AC00AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 49.86%
G = 0%
B = 50.14%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC00AD (or 0xAC00AD) is known color: Deep Magenta. HEX triplet: AC, 00 and AD. RGB value is (172,0,173). Sum of RGB (Red+Green+Blue) = 172+0+173=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC00AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00AD is #53FF52. Grayscale: #464646. Windows color (decimal): -5504851 or 11337900. OLE color: 11337900.

HSL color Cylindrical-coordinate representation of color #AC00AD: hue angle of 299.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00AD is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 0 173 -
CMYK 0.01 1 0 0.32
HSL 299.65º 1% 0.34% -
HSV(B) 299.65º 1% 0.68% -
XYZ 24.56 11.79 40.52 -
YUV 71.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 172 0 173 0.01 1 0 0.32 299.65 1 0.34
Hex AC 0 AD 1 64 0 20 12C 64 22
Octal 254 0 255 1 144 0 40 454 144 42
Binary 10101100 0 10101101 1 1100100 0 100000 100101100 1100100 100010

Color Harmonies of #AC00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC00AD

Black with #AC00AD

Text Example


Text Example

White with #AC00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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