Html Css Color HEX #AD397E Medium Red Violet

📋 copy color: '#AD397E'

red 173 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #AD397E

Tints of Medium Red Violet #AD397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 48.6%
G = 16.01%
B = 35.39%

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

#AD397E (or 0xAD397E) is known color: Medium Red Violet. HEX triplet: AD, 39 and 7E. RGB value is (173,57,126). Sum of RGB (Red+Green+Blue) = 173+57+126=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD397E is #52C681. Grayscale: #636363. Windows color (decimal): -5424770 or 8272301. OLE color: 8272301.

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

Color convert

RGB 173 57 126 -
CMYK 0 0.67 0.27 0.32
HSL 324.31º 0.5% 0.45% -
HSV(B) 324.31º 0.67% 0.68% -
XYZ 22.46 13.32 21.13 -
YUV 99.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 173 57 126 0 0.67 0.27 0.32 324.31 0.5 0.45
Hex AD 39 7E 0 43 1B 20 144 32 2D
Octal 255 71 176 0 103 33 40 504 62 55
Binary 10101101 111001 1111110 0 1000011 11011 100000 101000100 110010 101101

Color Harmonies of #AD397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD397E

Black with #AD397E

Text Example


Text Example

White with #AD397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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