Html Css Color HEX #AD01BF Deep Magenta

📋 copy color: '#AD01BF'

red 173 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #AD01BF

Tints of Deep Magenta #AD01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 47.4%
G = 0.27%
B = 52.33%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD01BF (or 0xAD01BF) is known color: Deep Magenta. HEX triplet: AD, 01 and BF. RGB value is (173,1,191). Sum of RGB (Red+Green+Blue) = 173+1+191=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01BF is #52FE40. Grayscale: #494949. Windows color (decimal): -5439041 or 12517805. OLE color: 12517805.

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

Color convert

RGB 173 1 191 -
CMYK 0.09 0.99 0 0.25
HSL 294.32º 0.99% 0.38% -
HSV(B) 294.32º 0.99% 0.75% -
XYZ 26.65 12.67 50.33 -
YUV 74.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 173 1 191 0.09 0.99 0 0.25 294.32 0.99 0.38
Hex AD 1 BF 9 63 0 19 126 63 26
Octal 255 1 277 11 143 0 31 446 143 46
Binary 10101101 1 10111111 1001 1100011 0 11001 100100110 1100011 100110

Color Harmonies of #AD01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01BF

Black with #AD01BF

Text Example


Text Example

White with #AD01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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