Html Css Color HEX #AD188D Medium Violet Red

📋 copy color: '#AD188D'

red 173 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #AD188D

Tints of Medium Violet Red #AD188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 51.18%
G = 7.1%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD188D (or 0xAD188D) is known color: Medium Violet Red. HEX triplet: AD, 18 and 8D. RGB value is (173,24,141). Sum of RGB (Red+Green+Blue) = 173+24+141=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD188D is #52E772. Grayscale: #515151. Windows color (decimal): -5433203 or 9246893. OLE color: 9246893.

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

Color convert

RGB 173 24 141 -
CMYK 0 0.86 0.18 0.32
HSL 312.89º 0.76% 0.39% -
HSV(B) 312.89º 0.86% 0.68% -
XYZ 22.37 11.46 26.23 -
YUV 81.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 173 24 141 0 0.86 0.18 0.32 312.89 0.76 0.39
Hex AD 18 8D 0 56 12 20 139 4C 27
Octal 255 30 215 0 126 22 40 471 114 47
Binary 10101101 11000 10001101 0 1010110 10010 100000 100111001 1001100 100111

Color Harmonies of #AD188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD188D

Black with #AD188D

Text Example


Text Example

White with #AD188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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