Html Css Color HEX #AD01BE Deep Magenta

📋 copy color: '#AD01BE'

red 173 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #AD01BE

Tints of Deep Magenta #AD01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 47.53%
G = 0.27%
B = 52.2%

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

#AD01BE (or 0xAD01BE) is known color: Deep Magenta. HEX triplet: AD, 01 and BE. RGB value is (173,1,190). Sum of RGB (Red+Green+Blue) = 173+1+190=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01BE is #52FE41. Grayscale: #494949. Windows color (decimal): -5439042 or 12452269. OLE color: 12452269.

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

Color convert

RGB 173 1 190 -
CMYK 0.09 0.99 0 0.25
HSL 294.6º 0.99% 0.37% -
HSV(B) 294.6º 0.99% 0.75% -
XYZ 26.54 12.62 49.75 -
YUV 73.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 173 1 190 0.09 0.99 0 0.25 294.6 0.99 0.37
Hex AD 1 BE 9 63 0 19 127 63 25
Octal 255 1 276 11 143 0 31 447 143 45
Binary 10101101 1 10111110 1001 1100011 0 11001 100100111 1100011 100101

Color Harmonies of #AD01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01BE

Black with #AD01BE

Text Example


Text Example

White with #AD01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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