Html Css Color HEX #AD328D Medium Red Violet

📋 copy color: '#AD328D'

red 173 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #AD328D

Tints of Medium Red Violet #AD328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 47.53%
G = 13.74%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD328D (or 0xAD328D) is known color: Medium Red Violet. HEX triplet: AD, 32 and 8D. RGB value is (173,50,141). Sum of RGB (Red+Green+Blue) = 173+50+141=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328D is #52CD72. Grayscale: #606060. Windows color (decimal): -5426547 or 9253549. OLE color: 9253549.

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

Color convert

RGB 173 50 141 -
CMYK 0 0.71 0.18 0.32
HSL 315.61º 0.55% 0.44% -
HSV(B) 315.61º 0.71% 0.68% -
XYZ 23.18 13.09 26.5 -
YUV 97.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 173 50 141 0 0.71 0.18 0.32 315.61 0.55 0.44
Hex AD 32 8D 0 47 12 20 13C 37 2C
Octal 255 62 215 0 107 22 40 474 67 54
Binary 10101101 110010 10001101 0 1000111 10010 100000 100111100 110111 101100

Color Harmonies of #AD328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD328D

Black with #AD328D

Text Example


Text Example

White with #AD328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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