Html Css Color HEX #AD089F Dark Magenta

📋 copy color: '#AD089F'

red 173 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #AD089F

Tints of Dark Magenta #AD089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 50.88%
G = 2.35%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD089F (or 0xAD089F) is known color: Dark Magenta. HEX triplet: AD, 08 and 9F. RGB value is (173,8,159). Sum of RGB (Red+Green+Blue) = 173+8+159=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089F is #52F760. Grayscale: #4A4A4A. Windows color (decimal): -5437281 or 10422445. OLE color: 10422445.

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

Color convert

RGB 173 8 159 -
CMYK 0 0.95 0.08 0.32
HSL 305.09º 0.91% 0.35% -
HSV(B) 305.09º 0.95% 0.68% -
XYZ 23.58 11.56 33.79 -
YUV 74.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 173 8 159 0 0.95 0.08 0.32 305.09 0.91 0.35
Hex AD 8 9F 0 5F 8 20 131 5B 23
Octal 255 10 237 0 137 10 40 461 133 43
Binary 10101101 1000 10011111 0 1011111 1000 100000 100110001 1011011 100011

Color Harmonies of #AD089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD089F

Black with #AD089F

Text Example


Text Example

White with #AD089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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