Html Css Color HEX #AD188F Medium Violet Red

📋 copy color: '#AD188F'

red 173 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #AD188F

Tints of Medium Violet Red #AD188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 50.88%
G = 7.06%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD188F (or 0xAD188F) is known color: Medium Violet Red. HEX triplet: AD, 18 and 8F. RGB value is (173,24,143). Sum of RGB (Red+Green+Blue) = 173+24+143=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD188F is #52E770. Grayscale: #515151. Windows color (decimal): -5433201 or 9377965. OLE color: 9377965.

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

Color convert

RGB 173 24 143 -
CMYK 0 0.86 0.17 0.32
HSL 312.08º 0.76% 0.39% -
HSV(B) 312.08º 0.86% 0.68% -
XYZ 22.52 11.52 27.02 -
YUV 82.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 173 24 143 0 0.86 0.17 0.32 312.08 0.76 0.39
Hex AD 18 8F 0 56 11 20 138 4C 27
Octal 255 30 217 0 126 21 40 470 114 47
Binary 10101101 11000 10001111 0 1010110 10001 100000 100111000 1001100 100111

Color Harmonies of #AD188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD188F

Black with #AD188F

Text Example


Text Example

White with #AD188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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