Html Css Color HEX #AD348F Medium Red Violet

📋 copy color: '#AD348F'

red 173 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #AD348F

Tints of Medium Red Violet #AD348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 47.01%
G = 14.13%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD348F (or 0xAD348F) is known color: Medium Red Violet. HEX triplet: AD, 34 and 8F. RGB value is (173,52,143). Sum of RGB (Red+Green+Blue) = 173+52+143=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348F is #52CB70. Grayscale: #626262. Windows color (decimal): -5426033 or 9385133. OLE color: 9385133.

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

Color convert

RGB 173 52 143 -
CMYK 0 0.70 0.17 0.32
HSL 314.88º 0.54% 0.44% -
HSV(B) 314.88º 0.7% 0.68% -
XYZ 23.42 13.32 27.32 -
YUV 98.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 173 52 143 0 0.70 0.17 0.32 314.88 0.54 0.44
Hex AD 34 8F 0 46 11 20 13B 36 2C
Octal 255 64 217 0 106 21 40 473 66 54
Binary 10101101 110100 10001111 0 1000110 10001 100000 100111011 110110 101100

Color Harmonies of #AD348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD348F

Black with #AD348F

Text Example


Text Example

White with #AD348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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