Html Css Color HEX #AD187C Medium Violet Red

📋 copy color: '#AD187C'

red 173 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #AD187C

Tints of Medium Violet Red #AD187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

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

R = 53.89%
G = 7.48%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD187C (or 0xAD187C) is known color: Medium Violet Red. HEX triplet: AD, 18 and 7C. RGB value is (173,24,124). Sum of RGB (Red+Green+Blue) = 173+24+124=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD187C is #52E783. Grayscale: #4F4F4F. Windows color (decimal): -5433220 or 8132781. OLE color: 8132781.

HSL color Cylindrical-coordinate representation of color #AD187C: hue angle of 319.73º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD187C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 124 -
CMYK 0 0.86 0.28 0.32
HSL 319.73º 0.76% 0.39% -
HSV(B) 319.73º 0.86% 0.68% -
XYZ 21.2 10.99 20.07 -
YUV 79.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 173 24 124 0 0.86 0.28 0.32 319.73 0.76 0.39
Hex AD 18 7C 0 56 1C 20 140 4C 27
Octal 255 30 174 0 126 34 40 500 114 47
Binary 10101101 11000 1111100 0 1010110 11100 100000 101000000 1001100 100111

Color Harmonies of #AD187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD187C

Black with #AD187C

Text Example


Text Example

White with #AD187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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