Html Css Color HEX #AD0F9E Dark Magenta

📋 copy color: '#AD0F9E'

red 173 ◦ green 15 ◦ blue 158

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

Shades of Dark Magenta #AD0F9E

Tints of Dark Magenta #AD0F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 50%
G = 4.34%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD0F9E (or 0xAD0F9E) is known color: Dark Magenta. HEX triplet: AD, 0F and 9E. RGB value is (173,15,158). Sum of RGB (Red+Green+Blue) = 173+15+158=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0F9E is #52F061. Grayscale: #4E4E4E. Windows color (decimal): -5435490 or 10358701. OLE color: 10358701.

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

Color convert

RGB 173 15 158 -
CMYK 0 0.91 0.09 0.32
HSL 305.7º 0.84% 0.37% -
HSV(B) 305.7º 0.91% 0.68% -
XYZ 23.58 11.69 33.36 -
YUV 78.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 173 15 158 0 0.91 0.09 0.32 305.7 0.84 0.37
Hex AD F 9E 0 5B 9 20 132 54 25
Octal 255 17 236 0 133 11 40 462 124 45
Binary 10101101 1111 10011110 0 1011011 1001 100000 100110010 1010100 100101

Color Harmonies of #AD0F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F9E

Black with #AD0F9E

Text Example


Text Example

White with #AD0F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F9E; }

 p { color: rgb(173,15,158); }

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

background-color css

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

 a { background-color: rgb(173,15,158); }

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

border-color css

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

 span { border-color: rgb(173,15,158); }

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