Html Css Color HEX #AD0299 Dark Magenta

📋 copy color: '#AD0299'

red 173 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #AD0299

Tints of Dark Magenta #AD0299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 52.74%
G = 0.61%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0299 (or 0xAD0299) is known color: Dark Magenta. HEX triplet: AD, 02 and 99. RGB value is (173,2,153). Sum of RGB (Red+Green+Blue) = 173+2+153=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0299 is #52FD66. Grayscale: #454545. Windows color (decimal): -5438823 or 10027693. OLE color: 10027693.

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

Color convert

RGB 173 2 153 -
CMYK 0 0.99 0.12 0.32
HSL 307.02º 0.98% 0.34% -
HSV(B) 307.02º 0.99% 0.68% -
XYZ 23.01 11.23 31.09 -
YUV 70.34 174.65 201.22 -
System Red Green Blue C M Y K H S L
Decimal 173 2 153 0 0.99 0.12 0.32 307.02 0.98 0.34
Hex AD 2 99 0 63 C 20 133 62 22
Octal 255 2 231 0 143 14 40 463 142 42
Binary 10101101 10 10011001 0 1100011 1100 100000 100110011 1100010 100010

Color Harmonies of #AD0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0299

Black with #AD0299

Text Example


Text Example

White with #AD0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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