Html Css Color HEX #AD089D Dark Magenta

📋 copy color: '#AD089D'

red 173 ◦ green 8 ◦ blue 157

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

Shades of Dark Magenta #AD089D

Tints of Dark Magenta #AD089D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 51.18%
G = 2.37%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD089D (or 0xAD089D) is known color: Dark Magenta. HEX triplet: AD, 08 and 9D. RGB value is (173,8,157). Sum of RGB (Red+Green+Blue) = 173+8+157=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD089D is #52F762. Grayscale: #494949. Windows color (decimal): -5437283 or 10291373. OLE color: 10291373.

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

Color convert

RGB 173 8 157 -
CMYK 0 0.95 0.09 0.32
HSL 305.82º 0.91% 0.35% -
HSV(B) 305.82º 0.95% 0.68% -
XYZ 23.41 11.49 32.88 -
YUV 74.32 174.66 198.38 -
System Red Green Blue C M Y K H S L
Decimal 173 8 157 0 0.95 0.09 0.32 305.82 0.91 0.35
Hex AD 8 9D 0 5F 9 20 132 5B 23
Octal 255 10 235 0 137 11 40 462 133 43
Binary 10101101 1000 10011101 0 1011111 1001 100000 100110010 1011011 100011

Color Harmonies of #AD089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD089D

Black with #AD089D

Text Example


Text Example

White with #AD089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD089D; }

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

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

background-color css

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

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

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

border-color css

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

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

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