Html Css Color HEX #AD139D Medium Violet Red

📋 copy color: '#AD139D'

red 173 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #AD139D

Tints of Medium Violet Red #AD139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 49.57%
G = 5.44%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD139D (or 0xAD139D) is known color: Medium Violet Red. HEX triplet: AD, 13 and 9D. RGB value is (173,19,157). Sum of RGB (Red+Green+Blue) = 173+19+157=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD139D is #52EC62. Grayscale: #505050. Windows color (decimal): -5434467 or 10294189. OLE color: 10294189.

HSL color Cylindrical-coordinate representation of color #AD139D: hue angle of 306.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD139D is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 19 157 -
CMYK 0 0.89 0.09 0.32
HSL 306.23º 0.8% 0.38% -
HSV(B) 306.23º 0.89% 0.68% -
XYZ 23.55 11.78 32.93 -
YUV 80.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 173 19 157 0 0.89 0.09 0.32 306.23 0.8 0.38
Hex AD 13 9D 0 59 9 20 132 50 26
Octal 255 23 235 0 131 11 40 462 120 46
Binary 10101101 10011 10011101 0 1011001 1001 100000 100110010 1010000 100110

Color Harmonies of #AD139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD139D

Black with #AD139D

Text Example


Text Example

White with #AD139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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