Html Css Color HEX #AD328F Medium Red Violet

📋 copy color: '#AD328F'

red 173 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #AD328F

Tints of Medium Red Violet #AD328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

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

R = 47.27%
G = 13.66%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD328F (or 0xAD328F) is known color: Medium Red Violet. HEX triplet: AD, 32 and 8F. RGB value is (173,50,143). Sum of RGB (Red+Green+Blue) = 173+50+143=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328F is #52CD70. Grayscale: #616161. Windows color (decimal): -5426545 or 9384621. OLE color: 9384621.

HSL color Cylindrical-coordinate representation of color #AD328F: hue angle of 314.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD328F is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 143 -
CMYK 0 0.71 0.17 0.32
HSL 314.63º 0.55% 0.44% -
HSV(B) 314.63º 0.71% 0.68% -
XYZ 23.33 13.15 27.29 -
YUV 97.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 173 50 143 0 0.71 0.17 0.32 314.63 0.55 0.44
Hex AD 32 8F 0 47 11 20 13B 37 2C
Octal 255 62 217 0 107 21 40 473 67 54
Binary 10101101 110010 10001111 0 1000111 10001 100000 100111011 110111 101100

Color Harmonies of #AD328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD328F

Black with #AD328F

Text Example


Text Example

White with #AD328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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