Html Css Color HEX #AD10AC Deep Magenta

📋 copy color: '#AD10AC'

red 173 ◦ green 16 ◦ blue 172

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

Shades of Deep Magenta #AD10AC

Tints of Deep Magenta #AD10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 47.92%
G = 4.43%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD10AC (or 0xAD10AC) is known color: Deep Magenta. HEX triplet: AD, 10 and AC. RGB value is (173,16,172). Sum of RGB (Red+Green+Blue) = 173+16+172=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10AC is #52EF53. Grayscale: #505050. Windows color (decimal): -5435220 or 11276461. OLE color: 11276461.

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

Color convert

RGB 173 16 172 -
CMYK 0 0.91 0.01 0.32
HSL 300.38º 0.83% 0.37% -
HSV(B) 300.38º 0.91% 0.68% -
XYZ 24.87 12.23 40.08 -
YUV 80.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 173 16 172 0 0.91 0.01 0.32 300.38 0.83 0.37
Hex AD 10 AC 0 5B 1 20 12C 53 25
Octal 255 20 254 0 133 1 40 454 123 45
Binary 10101101 10000 10101100 0 1011011 1 100000 100101100 1010011 100101

Color Harmonies of #AD10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10AC

Black with #AD10AC

Text Example


Text Example

White with #AD10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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