Html Css Color HEX #AD13BF Deep Magenta

📋 copy color: '#AD13BF'

red 173 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #AD13BF

Tints of Deep Magenta #AD13BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 45.17%
G = 4.96%
B = 49.87%

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

#AD13BF (or 0xAD13BF) is known color: Deep Magenta. HEX triplet: AD, 13 and BF. RGB value is (173,19,191). Sum of RGB (Red+Green+Blue) = 173+19+191=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD13BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13BF is #52EC40. Grayscale: #545454. Windows color (decimal): -5434433 or 12522413. OLE color: 12522413.

HSL color Cylindrical-coordinate representation of color #AD13BF: hue angle of 293.72º 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 #AD13BF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 19 191 -
CMYK 0.09 0.90 0 0.25
HSL 293.72º 0.82% 0.41% -
HSV(B) 293.72º 0.9% 0.75% -
XYZ 26.87 13.11 50.4 -
YUV 84.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 173 19 191 0.09 0.90 0 0.25 293.72 0.82 0.41
Hex AD 13 BF 9 5A 0 19 126 52 29
Octal 255 23 277 11 132 0 31 446 122 51
Binary 10101101 10011 10111111 1001 1011010 0 11001 100100110 1010010 101001

Color Harmonies of #AD13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13BF

Black with #AD13BF

Text Example


Text Example

White with #AD13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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