Html Css Color HEX #AD348C Medium Red Violet

📋 copy color: '#AD348C'

red 173 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #AD348C

Tints of Medium Red Violet #AD348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 47.4%
G = 14.25%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD348C (or 0xAD348C) is known color: Medium Red Violet. HEX triplet: AD, 34 and 8C. RGB value is (173,52,140). Sum of RGB (Red+Green+Blue) = 173+52+140=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348C is #52CB73. Grayscale: #616161. Windows color (decimal): -5426036 or 9188525. OLE color: 9188525.

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

Color convert

RGB 173 52 140 -
CMYK 0 0.70 0.19 0.32
HSL 316.36º 0.54% 0.44% -
HSV(B) 316.36º 0.7% 0.68% -
XYZ 23.2 13.23 26.14 -
YUV 98.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 173 52 140 0 0.70 0.19 0.32 316.36 0.54 0.44
Hex AD 34 8C 0 46 13 20 13C 36 2C
Octal 255 64 214 0 106 23 40 474 66 54
Binary 10101101 110100 10001100 0 1000110 10011 100000 100111100 110110 101100

Color Harmonies of #AD348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD348C

Black with #AD348C

Text Example


Text Example

White with #AD348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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