Html Css Color HEX #AD188B Medium Violet Red

📋 copy color: '#AD188B'

red 173 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #AD188B

Tints of Medium Violet Red #AD188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 51.49%
G = 7.14%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD188B (or 0xAD188B) is known color: Medium Violet Red. HEX triplet: AD, 18 and 8B. RGB value is (173,24,139). Sum of RGB (Red+Green+Blue) = 173+24+139=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD188B is #52E774. Grayscale: #515151. Windows color (decimal): -5433205 or 9115821. OLE color: 9115821.

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

Color convert

RGB 173 24 139 -
CMYK 0 0.86 0.20 0.32
HSL 313.69º 0.76% 0.39% -
HSV(B) 313.69º 0.86% 0.68% -
XYZ 22.22 11.4 25.46 -
YUV 81.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 173 24 139 0 0.86 0.20 0.32 313.69 0.76 0.39
Hex AD 18 8B 0 56 14 20 13A 4C 27
Octal 255 30 213 0 126 24 40 472 114 47
Binary 10101101 11000 10001011 0 1010110 10100 100000 100111010 1001100 100111

Color Harmonies of #AD188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD188B

Black with #AD188B

Text Example


Text Example

White with #AD188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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