Html Css Color HEX #AD079C Dark Magenta

📋 copy color: '#AD079C'

red 173 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #AD079C

Tints of Dark Magenta #AD079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 51.49%
G = 2.08%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD079C (or 0xAD079C) is known color: Dark Magenta. HEX triplet: AD, 07 and 9C. RGB value is (173,7,156). Sum of RGB (Red+Green+Blue) = 173+7+156=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD079C is #52F863. Grayscale: #494949. Windows color (decimal): -5437540 or 10225581. OLE color: 10225581.

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

Color convert

RGB 173 7 156 -
CMYK 0 0.96 0.10 0.32
HSL 306.14º 0.92% 0.35% -
HSV(B) 306.14º 0.96% 0.68% -
XYZ 23.31 11.44 32.43 -
YUV 73.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 173 7 156 0 0.96 0.10 0.32 306.14 0.92 0.35
Hex AD 7 9C 0 60 A 20 132 5C 23
Octal 255 7 234 0 140 12 40 462 134 43
Binary 10101101 111 10011100 0 1100000 1010 100000 100110010 1011100 100011

Color Harmonies of #AD079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD079C

Black with #AD079C

Text Example


Text Example

White with #AD079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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