Html Css Color HEX #AD347F Medium Red Violet

📋 copy color: '#AD347F'

red 173 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #AD347F

Tints of Medium Red Violet #AD347F

RGB

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

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

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

R = 49.15%
G = 14.77%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD347F (or 0xAD347F) is known color: Medium Red Violet. HEX triplet: AD, 34 and 7F. RGB value is (173,52,127). Sum of RGB (Red+Green+Blue) = 173+52+127=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD347F is #52CB80. Grayscale: #606060. Windows color (decimal): -5426049 or 8336557. OLE color: 8336557.

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

Color convert

RGB 173 52 127 -
CMYK 0 0.70 0.27 0.32
HSL 322.81º 0.54% 0.44% -
HSV(B) 322.81º 0.7% 0.68% -
XYZ 22.29 12.87 21.39 -
YUV 96.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 173 52 127 0 0.70 0.27 0.32 322.81 0.54 0.44
Hex AD 34 7F 0 46 1B 20 143 36 2C
Octal 255 64 177 0 106 33 40 503 66 54
Binary 10101101 110100 1111111 0 1000110 11011 100000 101000011 110110 101100

Color Harmonies of #AD347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD347F

Black with #AD347F

Text Example


Text Example

White with #AD347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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