Html Css Color HEX #AD157F Medium Violet Red

📋 copy color: '#AD157F'

red 173 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #AD157F

Tints of Medium Violet Red #AD157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 53.89%
G = 6.54%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD157F (or 0xAD157F) is known color: Medium Violet Red. HEX triplet: AD, 15 and 7F. RGB value is (173,21,127). Sum of RGB (Red+Green+Blue) = 173+21+127=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD157F is #52EA80. Grayscale: #4E4E4E. Windows color (decimal): -5433985 or 8328621. OLE color: 8328621.

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

Color convert

RGB 173 21 127 -
CMYK 0 0.88 0.27 0.32
HSL 318.16º 0.78% 0.38% -
HSV(B) 318.16º 0.88% 0.68% -
XYZ 21.33 10.95 21.07 -
YUV 78.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 173 21 127 0 0.88 0.27 0.32 318.16 0.78 0.38
Hex AD 15 7F 0 58 1B 20 13E 4E 26
Octal 255 25 177 0 130 33 40 476 116 46
Binary 10101101 10101 1111111 0 1011000 11011 100000 100111110 1001110 100110

Color Harmonies of #AD157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD157F

Black with #AD157F

Text Example


Text Example

White with #AD157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD157F; }

 p { color: rgb(173,21,127); }

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

background-color css

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

 a { background-color: rgb(173,21,127); }

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

border-color css

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

 span { border-color: rgb(173,21,127); }

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