Html Css Color HEX #AD137C Medium Violet Red

📋 copy color: '#AD137C'

red 173 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #AD137C

Tints of Medium Violet Red #AD137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 54.75%
G = 6.01%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD137C (or 0xAD137C) is known color: Medium Violet Red. HEX triplet: AD, 13 and 7C. RGB value is (173,19,124). Sum of RGB (Red+Green+Blue) = 173+19+124=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD137C is #52EC83. Grayscale: #4C4C4C. Windows color (decimal): -5434500 or 8131501. OLE color: 8131501.

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

Color convert

RGB 173 19 124 -
CMYK 0 0.89 0.28 0.32
HSL 319.09º 0.8% 0.38% -
HSV(B) 319.09º 0.89% 0.68% -
XYZ 21.1 10.81 20.04 -
YUV 77.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 173 19 124 0 0.89 0.28 0.32 319.09 0.8 0.38
Hex AD 13 7C 0 59 1C 20 13F 50 26
Octal 255 23 174 0 131 34 40 477 120 46
Binary 10101101 10011 1111100 0 1011001 11100 100000 100111111 1010000 100110

Color Harmonies of #AD137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD137C

Black with #AD137C

Text Example


Text Example

White with #AD137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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