Html Css Color HEX #AD029F Dark Magenta

📋 copy color: '#AD029F'

red 173 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #AD029F

Tints of Dark Magenta #AD029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 51.8%
G = 0.6%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD029F (or 0xAD029F) is known color: Dark Magenta. HEX triplet: AD, 02 and 9F. RGB value is (173,2,159). Sum of RGB (Red+Green+Blue) = 173+2+159=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD029F is #52FD60. Grayscale: #464646. Windows color (decimal): -5438817 or 10420909. OLE color: 10420909.

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

Color convert

RGB 173 2 159 -
CMYK 0 0.99 0.08 0.32
HSL 304.91º 0.98% 0.34% -
HSV(B) 304.91º 0.99% 0.68% -
XYZ 23.51 11.43 33.77 -
YUV 71.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 173 2 159 0 0.99 0.08 0.32 304.91 0.98 0.34
Hex AD 2 9F 0 63 8 20 131 62 22
Octal 255 2 237 0 143 10 40 461 142 42
Binary 10101101 10 10011111 0 1100011 1000 100000 100110001 1100010 100010

Color Harmonies of #AD029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD029F

Black with #AD029F

Text Example


Text Example

White with #AD029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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