Html Css Color HEX #AD00B4 Deep Magenta

📋 copy color: '#AD00B4'

red 173 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #AD00B4

Tints of Deep Magenta #AD00B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 49.01%
G = 0%
B = 50.99%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD00B4 (or 0xAD00B4) is known color: Deep Magenta. HEX triplet: AD, 00 and B4. RGB value is (173,0,180). Sum of RGB (Red+Green+Blue) = 173+0+180=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD00B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00B4 is #52FF4B. Grayscale: #474747. Windows color (decimal): -5439308 or 11796653. OLE color: 11796653.

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

Color convert

RGB 173 0 180 -
CMYK 0.04 1 0 0.29
HSL 297.67º 1% 0.35% -
HSV(B) 297.67º 1% 0.71% -
XYZ 25.47 12.18 44.19 -
YUV 72.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 173 0 180 0.04 1 0 0.29 297.67 1 0.35
Hex AD 0 B4 4 64 0 1D 12A 64 23
Octal 255 0 264 4 144 0 35 452 144 43
Binary 10101101 0 10110100 100 1100100 0 11101 100101010 1100100 100011

Color Harmonies of #AD00B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00B4

Black with #AD00B4

Text Example


Text Example

White with #AD00B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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