Html Css Color HEX #AD348E Medium Red Violet

📋 copy color: '#AD348E'

red 173 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #AD348E

Tints of Medium Red Violet #AD348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 47.14%
G = 14.17%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD348E (or 0xAD348E) is known color: Medium Red Violet. HEX triplet: AD, 34 and 8E. RGB value is (173,52,142). Sum of RGB (Red+Green+Blue) = 173+52+142=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348E is #52CB71. Grayscale: #626262. Windows color (decimal): -5426034 or 9319597. OLE color: 9319597.

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

Color convert

RGB 173 52 142 -
CMYK 0 0.70 0.18 0.32
HSL 315.37º 0.54% 0.44% -
HSV(B) 315.37º 0.7% 0.68% -
XYZ 23.34 13.29 26.93 -
YUV 98.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 173 52 142 0 0.70 0.18 0.32 315.37 0.54 0.44
Hex AD 34 8E 0 46 12 20 13B 36 2C
Octal 255 64 216 0 106 22 40 473 66 54
Binary 10101101 110100 10001110 0 1000110 10010 100000 100111011 110110 101100

Color Harmonies of #AD348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD348E

Black with #AD348E

Text Example


Text Example

White with #AD348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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