Html Css Color HEX #AD3997 Medium Red Violet

📋 copy color: '#AD3997'

red 173 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #AD3997

Tints of Medium Red Violet #AD3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 45.41%
G = 14.96%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD3997 (or 0xAD3997) is known color: Medium Red Violet. HEX triplet: AD, 39 and 97. RGB value is (173,57,151). Sum of RGB (Red+Green+Blue) = 173+57+151=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3997 is #52C668. Grayscale: #666666. Windows color (decimal): -5424745 or 9910701. OLE color: 9910701.

HSL color Cylindrical-coordinate representation of color #AD3997: hue angle of 311.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3997 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 57 151 -
CMYK 0 0.67 0.13 0.32
HSL 311.38º 0.5% 0.45% -
HSV(B) 311.38º 0.67% 0.68% -
XYZ 24.28 14.04 30.71 -
YUV 102.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 173 57 151 0 0.67 0.13 0.32 311.38 0.5 0.45
Hex AD 39 97 0 43 D 20 137 32 2D
Octal 255 71 227 0 103 15 40 467 62 55
Binary 10101101 111001 10010111 0 1000011 1101 100000 100110111 110010 101101

Color Harmonies of #AD3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3997

Black with #AD3997

Text Example


Text Example

White with #AD3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3997; }

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

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

background-color css

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

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

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

border-color css

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

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

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