Html Css Color HEX #AD029C Dark Magenta

📋 copy color: '#AD029C'

red 173 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #AD029C

Tints of Dark Magenta #AD029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 52.27%
G = 0.6%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD029C (or 0xAD029C) is known color: Dark Magenta. HEX triplet: AD, 02 and 9C. RGB value is (173,2,156). Sum of RGB (Red+Green+Blue) = 173+2+156=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD029C is #52FD63. Grayscale: #464646. Windows color (decimal): -5438820 or 10224301. OLE color: 10224301.

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

Color convert

RGB 173 2 156 -
CMYK 0 0.99 0.10 0.32
HSL 305.96º 0.98% 0.34% -
HSV(B) 305.96º 0.99% 0.68% -
XYZ 23.26 11.33 32.41 -
YUV 70.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 173 2 156 0 0.99 0.10 0.32 305.96 0.98 0.34
Hex AD 2 9C 0 63 A 20 132 62 22
Octal 255 2 234 0 143 12 40 462 142 42
Binary 10101101 10 10011100 0 1100011 1010 100000 100110010 1100010 100010

Color Harmonies of #AD029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD029C

Black with #AD029C

Text Example


Text Example

White with #AD029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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