Html Css Color HEX #AD079A Dark Magenta

📋 copy color: '#AD079A'

red 173 ◦ green 7 ◦ blue 154

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

Shades of Dark Magenta #AD079A

Tints of Dark Magenta #AD079A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 51.8%
G = 2.1%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD079A (or 0xAD079A) is known color: Dark Magenta. HEX triplet: AD, 07 and 9A. RGB value is (173,7,154). Sum of RGB (Red+Green+Blue) = 173+7+154=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD079A is #52F865. Grayscale: #484848. Windows color (decimal): -5437542 or 10094509. OLE color: 10094509.

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

Color convert

RGB 173 7 154 -
CMYK 0 0.96 0.11 0.32
HSL 306.87º 0.92% 0.35% -
HSV(B) 306.87º 0.96% 0.68% -
XYZ 23.14 11.37 31.55 -
YUV 73.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 173 7 154 0 0.96 0.11 0.32 306.87 0.92 0.35
Hex AD 7 9A 0 60 B 20 133 5C 23
Octal 255 7 232 0 140 13 40 463 134 43
Binary 10101101 111 10011010 0 1100000 1011 100000 100110011 1011100 100011

Color Harmonies of #AD079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD079A

Black with #AD079A

Text Example


Text Example

White with #AD079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD079A; }

 p { color: rgb(173,7,154); }

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

background-color css

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

 a { background-color: rgb(173,7,154); }

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

border-color css

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

 span { border-color: rgb(173,7,154); }

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