Html Css Color HEX #AD00B7 Deep Magenta

📋 copy color: '#AD00B7'

red 173 ◦ green 0 ◦ blue 183

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

Shades of Deep Magenta #AD00B7

Tints of Deep Magenta #AD00B7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.6%
G = 0%
B = 51.4%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD00B7 (or 0xAD00B7) is known color: Deep Magenta. HEX triplet: AD, 00 and B7. RGB value is (173,0,183). Sum of RGB (Red+Green+Blue) = 173+0+183=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD00B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00B7 is #52FF48. Grayscale: #484848. Windows color (decimal): -5439305 or 11993261. OLE color: 11993261.

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

Color convert

RGB 173 0 183 -
CMYK 0.05 1 0 0.28
HSL 296.72º 1% 0.36% -
HSV(B) 296.72º 1% 0.72% -
XYZ 25.78 12.3 45.82 -
YUV 72.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 173 0 183 0.05 1 0 0.28 296.72 1 0.36
Hex AD 0 B7 5 64 0 1C 129 64 24
Octal 255 0 267 5 144 0 34 451 144 44
Binary 10101101 0 10110111 101 1100100 0 11100 100101001 1100100 100100

Color Harmonies of #AD00B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00B7

Black with #AD00B7

Text Example


Text Example

White with #AD00B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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