Html Css Color HEX #AD01B3 Deep Magenta

📋 copy color: '#AD01B3'

red 173 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #AD01B3

Tints of Deep Magenta #AD01B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 49.01%
G = 0.28%
B = 50.71%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD01B3 (or 0xAD01B3) is known color: Deep Magenta. HEX triplet: AD, 01 and B3. RGB value is (173,1,179). Sum of RGB (Red+Green+Blue) = 173+1+179=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD01B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01B3 is #52FE4C. Grayscale: #484848. Windows color (decimal): -5439053 or 11731373. OLE color: 11731373.

HSL color Cylindrical-coordinate representation of color #AD01B3: hue angle of 297.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD01B3 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 1 179 -
CMYK 0.03 0.99 0 0.30
HSL 297.98º 0.99% 0.35% -
HSV(B) 297.98º 0.99% 0.7% -
XYZ 25.38 12.16 43.66 -
YUV 72.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 173 1 179 0.03 0.99 0 0.30 297.98 0.99 0.35
Hex AD 1 B3 3 63 0 1E 12A 63 23
Octal 255 1 263 3 143 0 36 452 143 43
Binary 10101101 1 10110011 11 1100011 0 11110 100101010 1100011 100011

Color Harmonies of #AD01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01B3

Black with #AD01B3

Text Example


Text Example

White with #AD01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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