Html Css Color HEX #AD13BE Deep Magenta

📋 copy color: '#AD13BE'

red 173 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #AD13BE

Tints of Deep Magenta #AD13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

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

R = 45.29%
G = 4.97%
B = 49.74%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD13BE (or 0xAD13BE) is known color: Deep Magenta. HEX triplet: AD, 13 and BE. RGB value is (173,19,190). Sum of RGB (Red+Green+Blue) = 173+19+190=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BE is #52EC41. Grayscale: #545454. Windows color (decimal): -5434434 or 12456877. OLE color: 12456877.

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

Color convert

RGB 173 19 190 -
CMYK 0.09 0.90 0 0.25
HSL 294.04º 0.82% 0.41% -
HSV(B) 294.04º 0.9% 0.75% -
XYZ 26.76 13.07 49.83 -
YUV 84.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 173 19 190 0.09 0.90 0 0.25 294.04 0.82 0.41
Hex AD 13 BE 9 5A 0 19 126 52 29
Octal 255 23 276 11 132 0 31 446 122 51
Binary 10101101 10011 10111110 1001 1011010 0 11001 100100110 1010010 101001

Color Harmonies of #AD13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13BE

Black with #AD13BE

Text Example


Text Example

White with #AD13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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