Html Css Color HEX #AD397F Medium Red Violet

📋 copy color: '#AD397F'

red 173 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #AD397F

Tints of Medium Red Violet #AD397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 48.46%
G = 15.97%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD397F (or 0xAD397F) is known color: Medium Red Violet. HEX triplet: AD, 39 and 7F. RGB value is (173,57,127). Sum of RGB (Red+Green+Blue) = 173+57+127=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD397F is #52C680. Grayscale: #636363. Windows color (decimal): -5424769 or 8337837. OLE color: 8337837.

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

Color convert

RGB 173 57 127 -
CMYK 0 0.67 0.27 0.32
HSL 323.79º 0.5% 0.45% -
HSV(B) 323.79º 0.67% 0.68% -
XYZ 22.53 13.34 21.47 -
YUV 99.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 173 57 127 0 0.67 0.27 0.32 323.79 0.5 0.45
Hex AD 39 7F 0 43 1B 20 144 32 2D
Octal 255 71 177 0 103 33 40 504 62 55
Binary 10101101 111001 1111111 0 1000011 11011 100000 101000100 110010 101101

Color Harmonies of #AD397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD397F

Black with #AD397F

Text Example


Text Example

White with #AD397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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