Html Css Color HEX #AD00B6 Deep Magenta

📋 copy color: '#AD00B6'

red 173 ◦ green 0 ◦ blue 182

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

Shades of Deep Magenta #AD00B6

Tints of Deep Magenta #AD00B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 48.73%
G = 0%
B = 51.27%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD00B6 (or 0xAD00B6) is known color: Deep Magenta. HEX triplet: AD, 00 and B6. RGB value is (173,0,182). Sum of RGB (Red+Green+Blue) = 173+0+182=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD00B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00B6 is #52FF49. Grayscale: #474747. Windows color (decimal): -5439306 or 11927725. OLE color: 11927725.

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

Color convert

RGB 173 0 182 -
CMYK 0.05 1 0 0.29
HSL 297.03º 1% 0.36% -
HSV(B) 297.03º 1% 0.71% -
XYZ 25.68 12.26 45.27 -
YUV 72.48 189.81 199.7 -
System Red Green Blue C M Y K H S L
Decimal 173 0 182 0.05 1 0 0.29 297.03 1 0.36
Hex AD 0 B6 5 64 0 1D 129 64 24
Octal 255 0 266 5 144 0 35 451 144 44
Binary 10101101 0 10110110 101 1100100 0 11101 100101001 1100100 100100

Color Harmonies of #AD00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00B6

Black with #AD00B6

Text Example


Text Example

White with #AD00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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