Html Css Color HEX #AD4889 Medium Red Violet

📋 copy color: '#AD4889'

red 173 ◦ green 72 ◦ blue 137

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

Shades of Medium Red Violet #AD4889

Tints of Medium Red Violet #AD4889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 45.29%
G = 18.85%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD4889 (or 0xAD4889) is known color: Medium Red Violet. HEX triplet: AD, 48 and 89. RGB value is (173,72,137). Sum of RGB (Red+Green+Blue) = 173+72+137=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4889 is #52B776. Grayscale: #6D6D6D. Windows color (decimal): -5420919 or 8997037. OLE color: 8997037.

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

Color convert

RGB 173 72 137 -
CMYK 0 0.58 0.21 0.32
HSL 321.39º 0.41% 0.48% -
HSV(B) 321.39º 0.58% 0.68% -
XYZ 24.07 15.33 25.36 -
YUV 109.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 173 72 137 0 0.58 0.21 0.32 321.39 0.41 0.48
Hex AD 48 89 0 3A 15 20 141 29 30
Octal 255 110 211 0 72 25 40 501 51 60
Binary 10101101 1001000 10001001 0 111010 10101 100000 101000001 101001 110000

Color Harmonies of #AD4889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4889

Black with #AD4889

Text Example


Text Example

White with #AD4889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4889; }

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

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

background-color css

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

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

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

border-color css

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

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

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