Html Css Color HEX #AD029B Dark Magenta

📋 copy color: '#AD029B'

red 173 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #AD029B

Tints of Dark Magenta #AD029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 52.42%
G = 0.61%
B = 46.97%

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

#AD029B (or 0xAD029B) is known color: Dark Magenta. HEX triplet: AD, 02 and 9B. RGB value is (173,2,155). Sum of RGB (Red+Green+Blue) = 173+2+155=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD029B is #52FD64. Grayscale: #464646. Windows color (decimal): -5438821 or 10158765. OLE color: 10158765.

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

Color convert

RGB 173 2 155 -
CMYK 0 0.99 0.10 0.32
HSL 306.32º 0.98% 0.34% -
HSV(B) 306.32º 0.99% 0.68% -
XYZ 23.17 11.29 31.97 -
YUV 70.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 173 2 155 0 0.99 0.10 0.32 306.32 0.98 0.34
Hex AD 2 9B 0 63 A 20 132 62 22
Octal 255 2 233 0 143 12 40 462 142 42
Binary 10101101 10 10011011 0 1100011 1010 100000 100110010 1100010 100010

Color Harmonies of #AD029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD029B

Black with #AD029B

Text Example


Text Example

White with #AD029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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