Html Css Color HEX #AD13C0 Deep Magenta

📋 copy color: '#AD13C0'

red 173 ◦ green 19 ◦ blue 192

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

Shades of Deep Magenta #AD13C0

Tints of Deep Magenta #AD13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 45.05%
G = 4.95%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD13C0 (or 0xAD13C0) is known color: Deep Magenta. HEX triplet: AD, 13 and C0. RGB value is (173,19,192). Sum of RGB (Red+Green+Blue) = 173+19+192=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13C0 is #52EC3F. Grayscale: #545454. Windows color (decimal): -5434432 or 12587949. OLE color: 12587949.

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

Color convert

RGB 173 19 192 -
CMYK 0.10 0.90 0 0.25
HSL 293.41º 0.82% 0.41% -
HSV(B) 293.41º 0.9% 0.75% -
XYZ 26.98 13.16 50.99 -
YUV 84.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 173 19 192 0.10 0.90 0 0.25 293.41 0.82 0.41
Hex AD 13 C0 A 5A 0 19 125 52 29
Octal 255 23 300 12 132 0 31 445 122 51
Binary 10101101 10011 11000000 1010 1011010 0 11001 100100101 1010010 101001

Color Harmonies of #AD13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13C0

Black with #AD13C0

Text Example


Text Example

White with #AD13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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