Html Css Color HEX #AD00BE Deep Magenta

📋 copy color: '#AD00BE'

red 173 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #AD00BE

Tints of Deep Magenta #AD00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 47.66%
G = 0%
B = 52.34%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD00BE (or 0xAD00BE) is known color: Deep Magenta. HEX triplet: AD, 00 and BE. RGB value is (173,0,190). Sum of RGB (Red+Green+Blue) = 173+0+190=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00BE is #52FF41. Grayscale: #484848. Windows color (decimal): -5439298 or 12452013. OLE color: 12452013.

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

Color convert

RGB 173 0 190 -
CMYK 0.09 1 0 0.25
HSL 294.63º 1% 0.37% -
HSV(B) 294.63º 1% 0.75% -
XYZ 26.53 12.6 49.75 -
YUV 73.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 173 0 190 0.09 1 0 0.25 294.63 1 0.37
Hex AD 0 BE 9 64 0 19 127 64 25
Octal 255 0 276 11 144 0 31 447 144 45
Binary 10101101 0 10111110 1001 1100100 0 11001 100100111 1100100 100101

Color Harmonies of #AD00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00BE

Black with #AD00BE

Text Example


Text Example

White with #AD00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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