Html Css Color HEX #AD478B Medium Red Violet

📋 copy color: '#AD478B'

red 173 ◦ green 71 ◦ blue 139

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

Shades of Medium Red Violet #AD478B

Tints of Medium Red Violet #AD478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 45.17%
G = 18.54%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD478B (or 0xAD478B) is known color: Medium Red Violet. HEX triplet: AD, 47 and 8B. RGB value is (173,71,139). Sum of RGB (Red+Green+Blue) = 173+71+139=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD478B is #52B874. Grayscale: #6D6D6D. Windows color (decimal): -5421173 or 9127853. OLE color: 9127853.

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

Color convert

RGB 173 71 139 -
CMYK 0 0.59 0.20 0.32
HSL 320º 0.42% 0.48% -
HSV(B) 320º 0.59% 0.68% -
XYZ 24.15 15.25 26.1 -
YUV 109.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 173 71 139 0 0.59 0.20 0.32 320 0.42 0.48
Hex AD 47 8B 0 3B 14 20 140 2A 30
Octal 255 107 213 0 73 24 40 500 52 60
Binary 10101101 1000111 10001011 0 111011 10100 100000 101000000 101010 110000

Color Harmonies of #AD478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD478B

Black with #AD478B

Text Example


Text Example

White with #AD478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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