Html Css Color HEX #AD0FB7 Deep Magenta

📋 copy color: '#AD0FB7'

red 173 ◦ green 15 ◦ blue 183

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

Shades of Deep Magenta #AD0FB7

Tints of Deep Magenta #AD0FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 46.63%
G = 4.04%
B = 49.33%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD0FB7 (or 0xAD0FB7) is known color: Deep Magenta. HEX triplet: AD, 0F and B7. RGB value is (173,15,183). Sum of RGB (Red+Green+Blue) = 173+15+183=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD0FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FB7 is #52F048. Grayscale: #505050. Windows color (decimal): -5435465 or 11997101. OLE color: 11997101.

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

Color convert

RGB 173 15 183 -
CMYK 0.05 0.92 0 0.28
HSL 296.43º 0.85% 0.39% -
HSV(B) 296.43º 0.92% 0.72% -
XYZ 25.95 12.64 45.87 -
YUV 81.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 173 15 183 0.05 0.92 0 0.28 296.43 0.85 0.39
Hex AD F B7 5 5C 0 1C 128 55 27
Octal 255 17 267 5 134 0 34 450 125 47
Binary 10101101 1111 10110111 101 1011100 0 11100 100101000 1010101 100111

Color Harmonies of #AD0FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FB7

Black with #AD0FB7

Text Example


Text Example

White with #AD0FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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