Html Css Color HEX #AD01AB Deep Magenta

📋 copy color: '#AD01AB'

red 173 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #AD01AB

Tints of Deep Magenta #AD01AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 50.14%
G = 0.29%
B = 49.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD01AB (or 0xAD01AB) is known color: Deep Magenta. HEX triplet: AD, 01 and AB. RGB value is (173,1,171). Sum of RGB (Red+Green+Blue) = 173+1+171=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD01AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD01AB is #52FE54. Grayscale: #474747. Windows color (decimal): -5439061 or 11207085. OLE color: 11207085.

HSL color Cylindrical-coordinate representation of color #AD01AB: hue angle of 300.7º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01AB is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 171 -
CMYK 0 0.99 0.01 0.32
HSL 300.7º 0.99% 0.34% -
HSV(B) 300.7º 0.99% 0.68% -
XYZ 24.6 11.85 39.52 -
YUV 71.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 173 1 171 0 0.99 0.01 0.32 300.7 0.99 0.34
Hex AD 1 AB 0 63 1 20 12D 63 22
Octal 255 1 253 0 143 1 40 455 143 42
Binary 10101101 1 10101011 0 1100011 1 100000 100101101 1100011 100010

Color Harmonies of #AD01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01AB

Black with #AD01AB

Text Example


Text Example

White with #AD01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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