Html Css Color HEX #AD488C Medium Red Violet

📋 copy color: '#AD488C'

red 173 ◦ green 72 ◦ blue 140

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

Shades of Medium Red Violet #AD488C

Tints of Medium Red Violet #AD488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 44.94%
G = 18.7%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD488C (or 0xAD488C) is known color: Medium Red Violet. HEX triplet: AD, 48 and 8C. RGB value is (173,72,140). Sum of RGB (Red+Green+Blue) = 173+72+140=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD488C is #52B773. Grayscale: #6D6D6D. Windows color (decimal): -5420916 or 9193645. OLE color: 9193645.

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

Color convert

RGB 173 72 140 -
CMYK 0 0.58 0.19 0.32
HSL 319.6º 0.41% 0.48% -
HSV(B) 319.6º 0.58% 0.68% -
XYZ 24.28 15.41 26.51 -
YUV 109.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 173 72 140 0 0.58 0.19 0.32 319.6 0.41 0.48
Hex AD 48 8C 0 3A 13 20 140 29 30
Octal 255 110 214 0 72 23 40 500 51 60
Binary 10101101 1001000 10001100 0 111010 10011 100000 101000000 101001 110000

Color Harmonies of #AD488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD488C

Black with #AD488C

Text Example


Text Example

White with #AD488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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