Html Css Color HEX #AD347D Medium Red Violet

📋 copy color: '#AD347D'

red 173 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #AD347D

Tints of Medium Red Violet #AD347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 49.43%
G = 14.86%
B = 35.71%

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

#AD347D (or 0xAD347D) is known color: Medium Red Violet. HEX triplet: AD, 34 and 7D. RGB value is (173,52,125). Sum of RGB (Red+Green+Blue) = 173+52+125=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD347D is #52CB82. Grayscale: #606060. Windows color (decimal): -5426051 or 8205485. OLE color: 8205485.

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

Color convert

RGB 173 52 125 -
CMYK 0 0.70 0.28 0.32
HSL 323.8º 0.54% 0.44% -
HSV(B) 323.8º 0.7% 0.68% -
XYZ 22.16 12.82 20.71 -
YUV 96.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 173 52 125 0 0.70 0.28 0.32 323.8 0.54 0.44
Hex AD 34 7D 0 46 1C 20 144 36 2C
Octal 255 64 175 0 106 34 40 504 66 54
Binary 10101101 110100 1111101 0 1000110 11100 100000 101000100 110110 101100

Color Harmonies of #AD347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD347D

Black with #AD347D

Text Example


Text Example

White with #AD347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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