Html Css Color HEX #AD399D Medium Red Violet

📋 copy color: '#AD399D'

red 173 ◦ green 57 ◦ blue 157

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

Shades of Medium Red Violet #AD399D

Tints of Medium Red Violet #AD399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 44.7%
G = 14.73%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD399D (or 0xAD399D) is known color: Medium Red Violet. HEX triplet: AD, 39 and 9D. RGB value is (173,57,157). Sum of RGB (Red+Green+Blue) = 173+57+157=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD399D is #52C662. Grayscale: #666666. Windows color (decimal): -5424739 or 10303917. OLE color: 10303917.

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

Color convert

RGB 173 57 157 -
CMYK 0 0.67 0.09 0.32
HSL 308.28º 0.5% 0.45% -
HSV(B) 308.28º 0.67% 0.68% -
XYZ 24.78 14.24 33.34 -
YUV 103.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 173 57 157 0 0.67 0.09 0.32 308.28 0.5 0.45
Hex AD 39 9D 0 43 9 20 134 32 2D
Octal 255 71 235 0 103 11 40 464 62 55
Binary 10101101 111001 10011101 0 1000011 1001 100000 100110100 110010 101101

Color Harmonies of #AD399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD399D

Black with #AD399D

Text Example


Text Example

White with #AD399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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