Html Css Color HEX #AD13B3 Deep Magenta

📋 copy color: '#AD13B3'

red 173 ◦ green 19 ◦ blue 179

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

Shades of Deep Magenta #AD13B3

Tints of Deep Magenta #AD13B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 46.63%
G = 5.12%
B = 48.25%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD13B3 (or 0xAD13B3) is known color: Deep Magenta. HEX triplet: AD, 13 and B3. RGB value is (173,19,179). Sum of RGB (Red+Green+Blue) = 173+19+179=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD13B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD13B3 is #52EC4C. Grayscale: #525252. Windows color (decimal): -5434445 or 11735981. OLE color: 11735981.

HSL color Cylindrical-coordinate representation of color #AD13B3: hue angle of 297.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD13B3 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 19 179 -
CMYK 0.03 0.89 0 0.30
HSL 297.75º 0.81% 0.39% -
HSV(B) 297.75º 0.89% 0.7% -
XYZ 25.6 12.6 43.73 -
YUV 83.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 173 19 179 0.03 0.89 0 0.30 297.75 0.81 0.39
Hex AD 13 B3 3 59 0 1E 12A 51 27
Octal 255 23 263 3 131 0 36 452 121 47
Binary 10101101 10011 10110011 11 1011001 0 11110 100101010 1010001 100111

Color Harmonies of #AD13B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD13B3

Black with #AD13B3

Text Example


Text Example

White with #AD13B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD13B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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