Html Css Color HEX #AD4697 Medium Red Violet

📋 copy color: '#AD4697'

red 173 ◦ green 70 ◦ blue 151

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

Shades of Medium Red Violet #AD4697

Tints of Medium Red Violet #AD4697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 43.91%
G = 17.77%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD4697 (or 0xAD4697) is known color: Medium Red Violet. HEX triplet: AD, 46 and 97. RGB value is (173,70,151). Sum of RGB (Red+Green+Blue) = 173+70+151=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4697 is #52B968. Grayscale: #6D6D6D. Windows color (decimal): -5421417 or 9914029. OLE color: 9914029.

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

Color convert

RGB 173 70 151 -
CMYK 0 0.60 0.13 0.32
HSL 312.82º 0.42% 0.48% -
HSV(B) 312.82º 0.6% 0.68% -
XYZ 25.01 15.5 30.95 -
YUV 110.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 173 70 151 0 0.60 0.13 0.32 312.82 0.42 0.48
Hex AD 46 97 0 3C D 20 139 2A 30
Octal 255 106 227 0 74 15 40 471 52 60
Binary 10101101 1000110 10010111 0 111100 1101 100000 100111001 101010 110000

Color Harmonies of #AD4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4697

Black with #AD4697

Text Example


Text Example

White with #AD4697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4697; }

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

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

background-color css

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

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

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

border-color css

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

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

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