Html Css Color HEX #AD139E Medium Violet Red

📋 copy color: '#AD139E'

red 173 ◦ green 19 ◦ blue 158

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

Shades of Medium Violet Red #AD139E

Tints of Medium Violet Red #AD139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 49.43%
G = 5.43%
B = 45.14%

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

#AD139E (or 0xAD139E) is known color: Medium Violet Red. HEX triplet: AD, 13 and 9E. RGB value is (173,19,158). Sum of RGB (Red+Green+Blue) = 173+19+158=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD139E is #52EC61. Grayscale: #505050. Windows color (decimal): -5434466 or 10359725. OLE color: 10359725.

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

Color convert

RGB 173 19 158 -
CMYK 0 0.89 0.09 0.32
HSL 305.84º 0.8% 0.38% -
HSV(B) 305.84º 0.89% 0.68% -
XYZ 23.64 11.82 33.38 -
YUV 80.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 173 19 158 0 0.89 0.09 0.32 305.84 0.8 0.38
Hex AD 13 9E 0 59 9 20 132 50 26
Octal 255 23 236 0 131 11 40 462 120 46
Binary 10101101 10011 10011110 0 1011001 1001 100000 100110010 1010000 100110

Color Harmonies of #AD139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD139E

Black with #AD139E

Text Example


Text Example

White with #AD139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD139E; }

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

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

background-color css

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

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

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

border-color css

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

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

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