Html Css Color HEX #AD00BA Deep Magenta

📋 copy color: '#AD00BA'

red 173 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #AD00BA

Tints of Deep Magenta #AD00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 48.19%
G = 0%
B = 51.81%

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

#AD00BA (or 0xAD00BA) is known color: Deep Magenta. HEX triplet: AD, 00 and BA. RGB value is (173,0,186). Sum of RGB (Red+Green+Blue) = 173+0+186=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00BA is #52FF45. Grayscale: #484848. Windows color (decimal): -5439302 or 12189869. OLE color: 12189869.

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

Color convert

RGB 173 0 186 -
CMYK 0.07 1 0 0.27
HSL 295.81º 1% 0.36% -
HSV(B) 295.81º 1% 0.73% -
XYZ 26.1 12.43 47.48 -
YUV 72.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 173 0 186 0.07 1 0 0.27 295.81 1 0.36
Hex AD 0 BA 7 64 0 1B 128 64 24
Octal 255 0 272 7 144 0 33 450 144 44
Binary 10101101 0 10111010 111 1100100 0 11011 100101000 1100100 100100

Color Harmonies of #AD00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00BA

Black with #AD00BA

Text Example


Text Example

White with #AD00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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