Html Css Color HEX #AD00BB Deep Magenta

📋 copy color: '#AD00BB'

red 173 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #AD00BB

Tints of Deep Magenta #AD00BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 48.06%
G = 0%
B = 51.94%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD00BB (or 0xAD00BB) is known color: Deep Magenta. HEX triplet: AD, 00 and BB. RGB value is (173,0,187). Sum of RGB (Red+Green+Blue) = 173+0+187=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00BB is #52FF44. Grayscale: #484848. Windows color (decimal): -5439301 or 12255405. OLE color: 12255405.

HSL color Cylindrical-coordinate representation of color #AD00BB: hue angle of 295.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00BB is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 0 187 -
CMYK 0.07 1 0 0.27
HSL 295.51º 1% 0.37% -
HSV(B) 295.51º 1% 0.73% -
XYZ 26.2 12.47 48.04 -
YUV 73.05 192.31 199.29 -
System Red Green Blue C M Y K H S L
Decimal 173 0 187 0.07 1 0 0.27 295.51 1 0.37
Hex AD 0 BB 7 64 0 1B 128 64 25
Octal 255 0 273 7 144 0 33 450 144 45
Binary 10101101 0 10111011 111 1100100 0 11011 100101000 1100100 100101

Color Harmonies of #AD00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00BB

Black with #AD00BB

Text Example


Text Example

White with #AD00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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