Html Css Color HEX #AD0998 Dark Magenta

📋 copy color: '#AD0998'

red 173 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #AD0998

Tints of Dark Magenta #AD0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 51.8%
G = 2.69%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0998 (or 0xAD0998) is known color: Dark Magenta. HEX triplet: AD, 09 and 98. RGB value is (173,9,152). Sum of RGB (Red+Green+Blue) = 173+9+152=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0998 is #52F667. Grayscale: #494949. Windows color (decimal): -5437032 or 9963949. OLE color: 9963949.

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

Color convert

RGB 173 9 152 -
CMYK 0 0.95 0.12 0.32
HSL 307.68º 0.9% 0.36% -
HSV(B) 307.68º 0.95% 0.68% -
XYZ 23 11.35 30.68 -
YUV 74.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 173 9 152 0 0.95 0.12 0.32 307.68 0.9 0.36
Hex AD 9 98 0 5F C 20 134 5A 24
Octal 255 11 230 0 137 14 40 464 132 44
Binary 10101101 1001 10011000 0 1011111 1100 100000 100110100 1011010 100100

Color Harmonies of #AD0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0998

Black with #AD0998

Text Example


Text Example

White with #AD0998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0998; }

 p { color: rgb(173,9,152); }

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

background-color css

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

 a { background-color: rgb(173,9,152); }

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

border-color css

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

 span { border-color: rgb(173,9,152); }

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