Html Css Color HEX #AD4795 Medium Red Violet

📋 copy color: '#AD4795'

red 173 ◦ green 71 ◦ blue 149

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

Shades of Medium Red Violet #AD4795

Tints of Medium Red Violet #AD4795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 44.02%
G = 18.07%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD4795 (or 0xAD4795) is known color: Medium Red Violet. HEX triplet: AD, 47 and 95. RGB value is (173,71,149). Sum of RGB (Red+Green+Blue) = 173+71+149=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4795 is #52B86A. Grayscale: #6E6E6E. Windows color (decimal): -5421163 or 9783213. OLE color: 9783213.

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

Color convert

RGB 173 71 149 -
CMYK 0 0.59 0.14 0.32
HSL 314.12º 0.42% 0.48% -
HSV(B) 314.12º 0.59% 0.68% -
XYZ 24.91 15.56 30.12 -
YUV 110.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 173 71 149 0 0.59 0.14 0.32 314.12 0.42 0.48
Hex AD 47 95 0 3B E 20 13A 2A 30
Octal 255 107 225 0 73 16 40 472 52 60
Binary 10101101 1000111 10010101 0 111011 1110 100000 100111010 101010 110000

Color Harmonies of #AD4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4795

Black with #AD4795

Text Example


Text Example

White with #AD4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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