Html Css Color HEX #AD109F Dark Magenta

📋 copy color: '#AD109F'

red 173 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #AD109F

Tints of Dark Magenta #AD109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 49.71%
G = 4.6%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD109F (or 0xAD109F) is known color: Dark Magenta. HEX triplet: AD, 10 and 9F. RGB value is (173,16,159). Sum of RGB (Red+Green+Blue) = 173+16+159=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD109F is #52EF60. Grayscale: #4E4E4E. Windows color (decimal): -5435233 or 10424493. OLE color: 10424493.

HSL color Cylindrical-coordinate representation of color #AD109F: hue angle of 305.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD109F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 159 -
CMYK 0 0.91 0.08 0.32
HSL 305.35º 0.83% 0.37% -
HSV(B) 305.35º 0.91% 0.68% -
XYZ 23.68 11.76 33.82 -
YUV 79.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 173 16 159 0 0.91 0.08 0.32 305.35 0.83 0.37
Hex AD 10 9F 0 5B 8 20 131 53 25
Octal 255 20 237 0 133 10 40 461 123 45
Binary 10101101 10000 10011111 0 1011011 1000 100000 100110001 1010011 100101

Color Harmonies of #AD109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD109F

Black with #AD109F

Text Example


Text Example

White with #AD109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD109F; }

 p { color: rgb(173,16,159); }

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

background-color css

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

 a { background-color: rgb(173,16,159); }

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

border-color css

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

 span { border-color: rgb(173,16,159); }

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