Html Css Color HEX #AD329F Medium Red Violet

📋 copy color: '#AD329F'

red 173 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #AD329F

Tints of Medium Red Violet #AD329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 45.29%
G = 13.09%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD329F (or 0xAD329F) is known color: Medium Red Violet. HEX triplet: AD, 32 and 9F. RGB value is (173,50,159). Sum of RGB (Red+Green+Blue) = 173+50+159=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD329F is #52CD60. Grayscale: #626262. Windows color (decimal): -5426529 or 10433197. OLE color: 10433197.

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

Color convert

RGB 173 50 159 -
CMYK 0 0.71 0.08 0.32
HSL 306.83º 0.55% 0.44% -
HSV(B) 306.83º 0.71% 0.68% -
XYZ 24.63 13.67 34.14 -
YUV 99.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 173 50 159 0 0.71 0.08 0.32 306.83 0.55 0.44
Hex AD 32 9F 0 47 8 20 133 37 2C
Octal 255 62 237 0 107 10 40 463 67 54
Binary 10101101 110010 10011111 0 1000111 1000 100000 100110011 110111 101100

Color Harmonies of #AD329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD329F

Black with #AD329F

Text Example


Text Example

White with #AD329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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