Html Css Color HEX #AD00AC Deep Magenta

📋 copy color: '#AD00AC'

red 173 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #AD00AC

Tints of Deep Magenta #AD00AC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 173 0 172 -
CMYK 0 1 0.01 0.32
HSL 300.35º 1% 0.34% -
HSV(B) 300.35º 1% 0.68% -
XYZ 24.68 11.86 40.02 -
YUV 71.34 184.81 200.51 -
System Red Green Blue C M Y K H S L
Decimal 173 0 172 0 1 0.01 0.32 300.35 1 0.34
Hex AD 0 AC 0 64 1 20 12C 64 22
Octal 255 0 254 0 144 1 40 454 144 42
Binary 10101101 0 10101100 0 1100100 1 100000 100101100 1100100 100010

Color Harmonies of #AD00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00AC

Black with #AD00AC

Text Example


Text Example

White with #AD00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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