Html Css Color HEX #AD347C Medium Red Violet

📋 copy color: '#AD347C'

red 173 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #AD347C

Tints of Medium Red Violet #AD347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 49.57%
G = 14.9%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD347C (or 0xAD347C) is known color: Medium Red Violet. HEX triplet: AD, 34 and 7C. RGB value is (173,52,124). Sum of RGB (Red+Green+Blue) = 173+52+124=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD347C is #52CB83. Grayscale: #606060. Windows color (decimal): -5426052 or 8139949. OLE color: 8139949.

HSL color Cylindrical-coordinate representation of color #AD347C: hue angle of 324.3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD347C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 124 -
CMYK 0 0.70 0.28 0.32
HSL 324.3º 0.54% 0.44% -
HSV(B) 324.3º 0.7% 0.68% -
XYZ 22.1 12.8 20.37 -
YUV 96.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 173 52 124 0 0.70 0.28 0.32 324.3 0.54 0.44
Hex AD 34 7C 0 46 1C 20 144 36 2C
Octal 255 64 174 0 106 34 40 504 66 54
Binary 10101101 110100 1111100 0 1000110 11100 100000 101000100 110110 101100

Color Harmonies of #AD347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD347C

Black with #AD347C

Text Example


Text Example

White with #AD347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD347C; }

 p { color: rgb(173,52,124); }

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

background-color css

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

 a { background-color: rgb(173,52,124); }

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

border-color css

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

 span { border-color: rgb(173,52,124); }

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