Html Css Color HEX #AD08AC Deep Magenta

📋 copy color: '#AD08AC'

red 173 ◦ green 8 ◦ blue 172

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

Shades of Deep Magenta #AD08AC

Tints of Deep Magenta #AD08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

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

R = 49.01%
G = 2.27%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD08AC (or 0xAD08AC) is known color: Deep Magenta. HEX triplet: AD, 08 and AC. RGB value is (173,8,172). Sum of RGB (Red+Green+Blue) = 173+8+172=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08AC is #52F753. Grayscale: #4B4B4B. Windows color (decimal): -5437268 or 11274413. OLE color: 11274413.

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

Color convert

RGB 173 8 172 -
CMYK 0 0.95 0.01 0.32
HSL 300.36º 0.91% 0.35% -
HSV(B) 300.36º 0.95% 0.68% -
XYZ 24.77 12.04 40.05 -
YUV 76.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 173 8 172 0 0.95 0.01 0.32 300.36 0.91 0.35
Hex AD 8 AC 0 5F 1 20 12C 5B 23
Octal 255 10 254 0 137 1 40 454 133 43
Binary 10101101 1000 10101100 0 1011111 1 100000 100101100 1011011 100011

Color Harmonies of #AD08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08AC

Black with #AD08AC

Text Example


Text Example

White with #AD08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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