Html Css Color HEX #AD137D Medium Violet Red

📋 copy color: '#AD137D'

red 173 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #AD137D

Tints of Medium Violet Red #AD137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 54.57%
G = 5.99%
B = 39.43%

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

#AD137D (or 0xAD137D) is known color: Medium Violet Red. HEX triplet: AD, 13 and 7D. RGB value is (173,19,125). Sum of RGB (Red+Green+Blue) = 173+19+125=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD137D is #52EC82. Grayscale: #4C4C4C. Windows color (decimal): -5434499 or 8197037. OLE color: 8197037.

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

Color convert

RGB 173 19 125 -
CMYK 0 0.89 0.28 0.32
HSL 318.7º 0.8% 0.38% -
HSV(B) 318.7º 0.89% 0.68% -
XYZ 21.17 10.83 20.38 -
YUV 77.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 173 19 125 0 0.89 0.28 0.32 318.7 0.8 0.38
Hex AD 13 7D 0 59 1C 20 13F 50 26
Octal 255 23 175 0 131 34 40 477 120 46
Binary 10101101 10011 1111101 0 1011001 11100 100000 100111111 1010000 100110

Color Harmonies of #AD137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD137D

Black with #AD137D

Text Example


Text Example

White with #AD137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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