Html Css Color HEX #AD488A Medium Red Violet

📋 copy color: '#AD488A'

red 173 ◦ green 72 ◦ blue 138

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

Shades of Medium Red Violet #AD488A

Tints of Medium Red Violet #AD488A

RGB

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

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

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

R = 45.17%
G = 18.8%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD488A (or 0xAD488A) is known color: Medium Red Violet. HEX triplet: AD, 48 and 8A. RGB value is (173,72,138). Sum of RGB (Red+Green+Blue) = 173+72+138=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD488A is #52B775. Grayscale: #6D6D6D. Windows color (decimal): -5420918 or 9062573. OLE color: 9062573.

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

Color convert

RGB 173 72 138 -
CMYK 0 0.58 0.20 0.32
HSL 320.79º 0.41% 0.48% -
HSV(B) 320.79º 0.58% 0.68% -
XYZ 24.14 15.35 25.74 -
YUV 109.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 173 72 138 0 0.58 0.20 0.32 320.79 0.41 0.48
Hex AD 48 8A 0 3A 14 20 141 29 30
Octal 255 110 212 0 72 24 40 501 51 60
Binary 10101101 1001000 10001010 0 111010 10100 100000 101000001 101001 110000

Color Harmonies of #AD488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD488A

Black with #AD488A

Text Example


Text Example

White with #AD488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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