Html Css Color HEX #AD328C Medium Red Violet

📋 copy color: '#AD328C'

red 173 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #AD328C

Tints of Medium Red Violet #AD328C

RGB

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

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

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

R = 47.66%
G = 13.77%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD328C (or 0xAD328C) is known color: Medium Red Violet. HEX triplet: AD, 32 and 8C. RGB value is (173,50,140). Sum of RGB (Red+Green+Blue) = 173+50+140=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328C is #52CD73. Grayscale: #606060. Windows color (decimal): -5426548 or 9188013. OLE color: 9188013.

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

Color convert

RGB 173 50 140 -
CMYK 0 0.71 0.19 0.32
HSL 316.1º 0.55% 0.44% -
HSV(B) 316.1º 0.71% 0.68% -
XYZ 23.11 13.06 26.11 -
YUV 97.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 173 50 140 0 0.71 0.19 0.32 316.1 0.55 0.44
Hex AD 32 8C 0 47 13 20 13C 37 2C
Octal 255 62 214 0 107 23 40 474 67 54
Binary 10101101 110010 10001100 0 1000111 10011 100000 100111100 110111 101100

Color Harmonies of #AD328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD328C

Black with #AD328C

Text Example


Text Example

White with #AD328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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