Html Css Color HEX #AD3189 Medium Red Violet

📋 copy color: '#AD3189'

red 173 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #AD3189

Tints of Medium Red Violet #AD3189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.65%

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

R = 48.19%
G = 13.65%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD3189 (or 0xAD3189) is known color: Medium Red Violet. HEX triplet: AD, 31 and 89. RGB value is (173,49,137). Sum of RGB (Red+Green+Blue) = 173+49+137=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3189 is #52CE76. Grayscale: #5F5F5F. Windows color (decimal): -5426807 or 8991149. OLE color: 8991149.

HSL color Cylindrical-coordinate representation of color #AD3189: hue angle of 317.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3189 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 137 -
CMYK 0 0.72 0.21 0.32
HSL 317.42º 0.56% 0.44% -
HSV(B) 317.42º 0.72% 0.68% -
XYZ 22.85 12.89 24.95 -
YUV 96.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 173 49 137 0 0.72 0.21 0.32 317.42 0.56 0.44
Hex AD 31 89 0 48 15 20 13D 38 2C
Octal 255 61 211 0 110 25 40 475 70 54
Binary 10101101 110001 10001001 0 1001000 10101 100000 100111101 111000 101100

Color Harmonies of #AD3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3189

Black with #AD3189

Text Example


Text Example

White with #AD3189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3189; }

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

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

background-color css

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

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

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

border-color css

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

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

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