Html Css Color HEX #AD11BE Deep Magenta

📋 copy color: '#AD11BE'

red 173 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #AD11BE

Tints of Deep Magenta #AD11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.47%

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

R = 45.53%
G = 4.47%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD11BE (or 0xAD11BE) is known color: Deep Magenta. HEX triplet: AD, 11 and BE. RGB value is (173,17,190). Sum of RGB (Red+Green+Blue) = 173+17+190=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11BE is #52EE41. Grayscale: #525252. Windows color (decimal): -5434946 or 12456365. OLE color: 12456365.

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

Color convert

RGB 173 17 190 -
CMYK 0.09 0.91 0 0.25
HSL 294.1º 0.84% 0.41% -
HSV(B) 294.1º 0.91% 0.75% -
XYZ 26.73 13 49.82 -
YUV 83.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 173 17 190 0.09 0.91 0 0.25 294.1 0.84 0.41
Hex AD 11 BE 9 5B 0 19 126 54 29
Octal 255 21 276 11 133 0 31 446 124 51
Binary 10101101 10001 10111110 1001 1011011 0 11001 100100110 1010100 101001

Color Harmonies of #AD11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11BE

Black with #AD11BE

Text Example


Text Example

White with #AD11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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