Html Css Color HEX #AD018F Dark Magenta

📋 copy color: '#AD018F'

red 173 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #AD018F

Tints of Dark Magenta #AD018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 143 (56.25% from 255) = 45.11%

R = 54.57%
G = 0.32%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD018F (or 0xAD018F) is known color: Dark Magenta. HEX triplet: AD, 01 and 8F. RGB value is (173,1,143). Sum of RGB (Red+Green+Blue) = 173+1+143=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD018F is #52FE70. Grayscale: #444444. Windows color (decimal): -5439089 or 9372077. OLE color: 9372077.

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

Color convert

RGB 173 1 143 -
CMYK 0 0.99 0.17 0.32
HSL 310.47º 0.99% 0.34% -
HSV(B) 310.47º 0.99% 0.68% -
XYZ 22.2 10.89 26.92 -
YUV 68.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 173 1 143 0 0.99 0.17 0.32 310.47 0.99 0.34
Hex AD 1 8F 0 63 11 20 136 63 22
Octal 255 1 217 0 143 21 40 466 143 42
Binary 10101101 1 10001111 0 1100011 10001 100000 100110110 1100011 100010

Color Harmonies of #AD018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD018F

Black with #AD018F

Text Example


Text Example

White with #AD018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD018F; }

 p { color: rgb(173,1,143); }

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

background-color css

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

 a { background-color: rgb(173,1,143); }

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

border-color css

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

 span { border-color: rgb(173,1,143); }

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