Html Css Color HEX #AD0498 Dark Magenta

📋 copy color: '#AD0498'

red 173 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #AD0498

Tints of Dark Magenta #AD0498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 52.58%
G = 1.22%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0498 (or 0xAD0498) is known color: Dark Magenta. HEX triplet: AD, 04 and 98. RGB value is (173,4,152). Sum of RGB (Red+Green+Blue) = 173+4+152=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0498 is #52FB67. Grayscale: #464646. Windows color (decimal): -5438312 or 9962669. OLE color: 9962669.

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

Color convert

RGB 173 4 152 -
CMYK 0 0.98 0.12 0.32
HSL 307.46º 0.95% 0.35% -
HSV(B) 307.46º 0.98% 0.68% -
XYZ 22.94 11.24 30.67 -
YUV 71.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 173 4 152 0 0.98 0.12 0.32 307.46 0.95 0.35
Hex AD 4 98 0 62 C 20 133 5F 23
Octal 255 4 230 0 142 14 40 463 137 43
Binary 10101101 100 10011000 0 1100010 1100 100000 100110011 1011111 100011

Color Harmonies of #AD0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0498

Black with #AD0498

Text Example


Text Example

White with #AD0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0498; }

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

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

background-color css

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

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

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

border-color css

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

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

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