Html Css Color HEX #AD137B Medium Violet Red

📋 copy color: '#AD137B'

red 173 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #AD137B

Tints of Medium Violet Red #AD137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 54.92%
G = 6.03%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD137B (or 0xAD137B) is known color: Medium Violet Red. HEX triplet: AD, 13 and 7B. RGB value is (173,19,123). Sum of RGB (Red+Green+Blue) = 173+19+123=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD137B is #52EC84. Grayscale: #4C4C4C. Windows color (decimal): -5434501 or 8065965. OLE color: 8065965.

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

Color convert

RGB 173 19 123 -
CMYK 0 0.89 0.29 0.32
HSL 319.48º 0.8% 0.38% -
HSV(B) 319.48º 0.89% 0.68% -
XYZ 21.04 10.78 19.71 -
YUV 76.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 173 19 123 0 0.89 0.29 0.32 319.48 0.8 0.38
Hex AD 13 7B 0 59 1D 20 13F 50 26
Octal 255 23 173 0 131 35 40 477 120 46
Binary 10101101 10011 1111011 0 1011001 11101 100000 100111111 1010000 100110

Color Harmonies of #AD137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD137B

Black with #AD137B

Text Example


Text Example

White with #AD137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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