Html Css Color HEX #AD02AC Deep Magenta

📋 copy color: '#AD02AC'

red 173 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #AD02AC

Tints of Deep Magenta #AD02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 49.86%
G = 0.58%
B = 49.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD02AC (or 0xAD02AC) is known color: Deep Magenta. HEX triplet: AD, 02 and AC. RGB value is (173,2,172). Sum of RGB (Red+Green+Blue) = 173+2+172=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02AC is #52FD53. Grayscale: #484848. Windows color (decimal): -5438804 or 11272877. OLE color: 11272877.

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

Color convert

RGB 173 2 172 -
CMYK 0 0.99 0.01 0.32
HSL 300.35º 0.98% 0.34% -
HSV(B) 300.35º 0.99% 0.68% -
XYZ 24.7 11.91 40.03 -
YUV 72.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 173 2 172 0 0.99 0.01 0.32 300.35 0.98 0.34
Hex AD 2 AC 0 63 1 20 12C 62 22
Octal 255 2 254 0 143 1 40 454 142 42
Binary 10101101 10 10101100 0 1100011 1 100000 100101100 1100010 100010

Color Harmonies of #AD02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02AC

Black with #AD02AC

Text Example


Text Example

White with #AD02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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