Html Css Color HEX #AD00B3 Deep Magenta

📋 copy color: '#AD00B3'

red 173 ◦ green 0 ◦ blue 179

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

Shades of Deep Magenta #AD00B3

Tints of Deep Magenta #AD00B3

RGB

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

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

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

R = 49.15%
G = 0%
B = 50.85%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD00B3 (or 0xAD00B3) is known color: Deep Magenta. HEX triplet: AD, 00 and B3. RGB value is (173,0,179). Sum of RGB (Red+Green+Blue) = 173+0+179=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD00B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00B3 is #52FF4C. Grayscale: #474747. Windows color (decimal): -5439309 or 11731117. OLE color: 11731117.

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

Color convert

RGB 173 0 179 -
CMYK 0.03 1 0 0.30
HSL 297.99º 1% 0.35% -
HSV(B) 297.99º 1% 0.7% -
XYZ 25.37 12.14 43.65 -
YUV 72.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 173 0 179 0.03 1 0 0.30 297.99 1 0.35
Hex AD 0 B3 3 64 0 1E 12A 64 23
Octal 255 0 263 3 144 0 36 452 144 43
Binary 10101101 0 10110011 11 1100100 0 11110 100101010 1100100 100011

Color Harmonies of #AD00B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00B3

Black with #AD00B3

Text Example


Text Example

White with #AD00B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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