Html Css Color HEX #AD1189 Medium Violet Red

📋 copy color: '#AD1189'

red 173 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #AD1189

Tints of Medium Violet Red #AD1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 137 (53.91% from 255) = 41.9%

R = 52.91%
G = 5.2%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1189 (or 0xAD1189) is known color: Medium Violet Red. HEX triplet: AD, 11 and 89. RGB value is (173,17,137). Sum of RGB (Red+Green+Blue) = 173+17+137=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1189 is #52EE76. Grayscale: #4D4D4D. Windows color (decimal): -5434999 or 8982957. OLE color: 8982957.

HSL color Cylindrical-coordinate representation of color #AD1189: hue angle of 313.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1189 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 137 -
CMYK 0 0.90 0.21 0.32
HSL 313.85º 0.82% 0.37% -
HSV(B) 313.85º 0.9% 0.68% -
XYZ 21.95 11.09 24.65 -
YUV 77.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 173 17 137 0 0.90 0.21 0.32 313.85 0.82 0.37
Hex AD 11 89 0 5A 15 20 13A 52 25
Octal 255 21 211 0 132 25 40 472 122 45
Binary 10101101 10001 10001001 0 1011010 10101 100000 100111010 1010010 100101

Color Harmonies of #AD1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1189

Black with #AD1189

Text Example


Text Example

White with #AD1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1189; }

 p { color: rgb(173,17,137); }

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

background-color css

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

 a { background-color: rgb(173,17,137); }

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

border-color css

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

 span { border-color: rgb(173,17,137); }

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