Html Css Color HEX #AD4595 Medium Red Violet

📋 copy color: '#AD4595'

red 173 ◦ green 69 ◦ blue 149

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

Shades of Medium Red Violet #AD4595

Tints of Medium Red Violet #AD4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

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

R = 44.25%
G = 17.65%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD4595 (or 0xAD4595) is known color: Medium Red Violet. HEX triplet: AD, 45 and 95. RGB value is (173,69,149). Sum of RGB (Red+Green+Blue) = 173+69+149=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4595 is #52BA6A. Grayscale: #6D6D6D. Windows color (decimal): -5421675 or 9782701. OLE color: 9782701.

HSL color Cylindrical-coordinate representation of color #AD4595: hue angle of 313.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4595 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 149 -
CMYK 0 0.60 0.14 0.32
HSL 313.85º 0.43% 0.47% -
HSV(B) 313.85º 0.6% 0.68% -
XYZ 24.79 15.31 30.08 -
YUV 109.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 173 69 149 0 0.60 0.14 0.32 313.85 0.43 0.47
Hex AD 45 95 0 3C E 20 13A 2B 2F
Octal 255 105 225 0 74 16 40 472 53 57
Binary 10101101 1000101 10010101 0 111100 1110 100000 100111010 101011 101111

Color Harmonies of #AD4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4595

Black with #AD4595

Text Example


Text Example

White with #AD4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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