Html Css Color HEX #AD188A Medium Violet Red

📋 copy color: '#AD188A'

red 173 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #AD188A

Tints of Medium Violet Red #AD188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 51.64%
G = 7.16%
B = 41.19%

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

#AD188A (or 0xAD188A) is known color: Medium Violet Red. HEX triplet: AD, 18 and 8A. RGB value is (173,24,138). Sum of RGB (Red+Green+Blue) = 173+24+138=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD188A is #52E775. Grayscale: #515151. Windows color (decimal): -5433206 or 9050285. OLE color: 9050285.

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

Color convert

RGB 173 24 138 -
CMYK 0 0.86 0.20 0.32
HSL 314.09º 0.76% 0.39% -
HSV(B) 314.09º 0.86% 0.68% -
XYZ 22.15 11.37 25.07 -
YUV 81.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 173 24 138 0 0.86 0.20 0.32 314.09 0.76 0.39
Hex AD 18 8A 0 56 14 20 13A 4C 27
Octal 255 30 212 0 126 24 40 472 114 47
Binary 10101101 11000 10001010 0 1010110 10100 100000 100111010 1001100 100111

Color Harmonies of #AD188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD188A

Black with #AD188A

Text Example


Text Example

White with #AD188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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