Html Css Color HEX #AD328E Medium Red Violet

📋 copy color: '#AD328E'

red 173 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #AD328E

Tints of Medium Red Violet #AD328E

RGB

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

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

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

R = 47.4%
G = 13.7%
B = 38.9%

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

#AD328E (or 0xAD328E) is known color: Medium Red Violet. HEX triplet: AD, 32 and 8E. RGB value is (173,50,142). Sum of RGB (Red+Green+Blue) = 173+50+142=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD328E is #52CD71. Grayscale: #616161. Windows color (decimal): -5426546 or 9319085. OLE color: 9319085.

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

Color convert

RGB 173 50 142 -
CMYK 0 0.71 0.18 0.32
HSL 315.12º 0.55% 0.44% -
HSV(B) 315.12º 0.71% 0.68% -
XYZ 23.26 13.12 26.9 -
YUV 97.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 173 50 142 0 0.71 0.18 0.32 315.12 0.55 0.44
Hex AD 32 8E 0 47 12 20 13B 37 2C
Octal 255 62 216 0 107 22 40 473 67 54
Binary 10101101 110010 10001110 0 1000111 10010 100000 100111011 110111 101100

Color Harmonies of #AD328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD328E

Black with #AD328E

Text Example


Text Example

White with #AD328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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