Html Css Color HEX #AD4695 Medium Red Violet

📋 copy color: '#AD4695'

red 173 ◦ green 70 ◦ blue 149

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

Shades of Medium Red Violet #AD4695

Tints of Medium Red Violet #AD4695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 44.13%
G = 17.86%
B = 38.01%

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

#AD4695 (or 0xAD4695) is known color: Medium Red Violet. HEX triplet: AD, 46 and 95. RGB value is (173,70,149). Sum of RGB (Red+Green+Blue) = 173+70+149=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4695 is #52B96A. Grayscale: #6D6D6D. Windows color (decimal): -5421419 or 9782957. OLE color: 9782957.

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

Color convert

RGB 173 70 149 -
CMYK 0 0.60 0.14 0.32
HSL 313.98º 0.42% 0.48% -
HSV(B) 313.98º 0.6% 0.68% -
XYZ 24.85 15.43 30.1 -
YUV 109.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 173 70 149 0 0.60 0.14 0.32 313.98 0.42 0.48
Hex AD 46 95 0 3C E 20 13A 2A 30
Octal 255 106 225 0 74 16 40 472 52 60
Binary 10101101 1000110 10010101 0 111100 1110 100000 100111010 101010 110000

Color Harmonies of #AD4695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4695

Black with #AD4695

Text Example


Text Example

White with #AD4695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4695; }

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

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

background-color css

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

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

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

border-color css

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

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

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