Html Css Color HEX #AD0FB9 Deep Magenta

📋 copy color: '#AD0FB9'

red 173 ◦ green 15 ◦ blue 185

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

Shades of Deep Magenta #AD0FB9

Tints of Deep Magenta #AD0FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 46.38%
G = 4.02%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0FB9 (or 0xAD0FB9) is known color: Deep Magenta. HEX triplet: AD, 0F and B9. RGB value is (173,15,185). Sum of RGB (Red+Green+Blue) = 173+15+185=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD0FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FB9 is #52F046. Grayscale: #515151. Windows color (decimal): -5435463 or 12128173. OLE color: 12128173.

HSL color Cylindrical-coordinate representation of color #AD0FB9: hue angle of 295.76º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0FB9 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 15 185 -
CMYK 0.06 0.92 0 0.27
HSL 295.76º 0.85% 0.39% -
HSV(B) 295.76º 0.92% 0.73% -
XYZ 26.16 12.73 46.98 -
YUV 81.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 173 15 185 0.06 0.92 0 0.27 295.76 0.85 0.39
Hex AD F B9 6 5C 0 1B 128 55 27
Octal 255 17 271 6 134 0 33 450 125 47
Binary 10101101 1111 10111001 110 1011100 0 11011 100101000 1010101 100111

Color Harmonies of #AD0FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FB9

Black with #AD0FB9

Text Example


Text Example

White with #AD0FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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