Html Css Color HEX #AD0393 Dark Magenta

📋 copy color: '#AD0393'

red 173 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #AD0393

Tints of Dark Magenta #AD0393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 53.56%
G = 0.93%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD0393 (or 0xAD0393) is known color: Dark Magenta. HEX triplet: AD, 03 and 93. RGB value is (173,3,147). Sum of RGB (Red+Green+Blue) = 173+3+147=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0393 is #52FC6C. Grayscale: #454545. Windows color (decimal): -5438573 or 9634733. OLE color: 9634733.

HSL color Cylindrical-coordinate representation of color #AD0393: hue angle of 309.18º degrees, saturation: 0.97, 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 #AD0393 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 147 -
CMYK 0 0.98 0.15 0.32
HSL 309.18º 0.97% 0.35% -
HSV(B) 309.18º 0.98% 0.68% -
XYZ 22.53 11.06 28.55 -
YUV 70.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 173 3 147 0 0.98 0.15 0.32 309.18 0.97 0.35
Hex AD 3 93 0 62 F 20 135 61 23
Octal 255 3 223 0 142 17 40 465 141 43
Binary 10101101 11 10010011 0 1100010 1111 100000 100110101 1100001 100011

Color Harmonies of #AD0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0393

Black with #AD0393

Text Example


Text Example

White with #AD0393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0393; }

 p { color: rgb(173,3,147); }

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

background-color css

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

 a { background-color: rgb(173,3,147); }

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

border-color css

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

 span { border-color: rgb(173,3,147); }

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