Html Css Color HEX #AD488B Medium Red Violet

📋 copy color: '#AD488B'

red 173 ◦ green 72 ◦ blue 139

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

Shades of Medium Red Violet #AD488B

Tints of Medium Red Violet #AD488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 45.05%
G = 18.75%
B = 36.2%

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

#AD488B (or 0xAD488B) is known color: Medium Red Violet. HEX triplet: AD, 48 and 8B. RGB value is (173,72,139). Sum of RGB (Red+Green+Blue) = 173+72+139=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD488B is #52B774. Grayscale: #6D6D6D. Windows color (decimal): -5420917 or 9128109. OLE color: 9128109.

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

Color convert

RGB 173 72 139 -
CMYK 0 0.58 0.20 0.32
HSL 320.2º 0.41% 0.48% -
HSV(B) 320.2º 0.58% 0.68% -
XYZ 24.21 15.38 26.12 -
YUV 109.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 173 72 139 0 0.58 0.20 0.32 320.2 0.41 0.48
Hex AD 48 8B 0 3A 14 20 140 29 30
Octal 255 110 213 0 72 24 40 500 51 60
Binary 10101101 1001000 10001011 0 111010 10100 100000 101000000 101001 110000

Color Harmonies of #AD488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD488B

Black with #AD488B

Text Example


Text Example

White with #AD488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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