Html Css Color HEX #AD00BF Deep Magenta

📋 copy color: '#AD00BF'

red 173 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #AD00BF

Tints of Deep Magenta #AD00BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.47%

R = 47.53%
G = 0%
B = 52.47%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD00BF (or 0xAD00BF) is known color: Deep Magenta. HEX triplet: AD, 00 and BF. RGB value is (173,0,191). Sum of RGB (Red+Green+Blue) = 173+0+191=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD00BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00BF is #52FF40. Grayscale: #484848. Windows color (decimal): -5439297 or 12517549. OLE color: 12517549.

HSL color Cylindrical-coordinate representation of color #AD00BF: hue angle of 294.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00BF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 0 191 -
CMYK 0.09 1 0 0.25
HSL 294.35º 1% 0.37% -
HSV(B) 294.35º 1% 0.75% -
XYZ 26.64 12.65 50.33 -
YUV 73.5 194.31 198.97 -
System Red Green Blue C M Y K H S L
Decimal 173 0 191 0.09 1 0 0.25 294.35 1 0.37
Hex AD 0 BF 9 64 0 19 126 64 25
Octal 255 0 277 11 144 0 31 446 144 45
Binary 10101101 0 10111111 1001 1100100 0 11001 100100110 1100100 100101

Color Harmonies of #AD00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00BF

Black with #AD00BF

Text Example


Text Example

White with #AD00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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