#AD32A3

Color #AD32A3 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AD32A3

Tints of Medium Red Violet #AD32A3

Color information

#AD32A3 (or 0xAD32A3) is unknown color: approx Medium Red Violet. HEX triplet: AD, 32 and A3. RGB value is (173,50,163). Sum of RGB (Red+Green+Blue) = 173+50+163=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A3 is #52CD5C. Grayscale: #636363. Windows color (decimal): -5426525 or 10695341. OLE color: 10695341.

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

Color convert

RGB17350163-
CMYK00.710.060.32
HSL304.88º55.16%43.73%-
HSV(B)304.88º71.1%67.84%-
XYZ24.9913.8136-
YUV99.66163.75180.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=44.82%
G=12.95%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735016300.710.060.32304.8855.1643.73
HexAD32A3047620131372c
Octal2556224301076404616754
Binary101011011100101010001101000111110100000100110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32A3; }

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

 H1.HeaderClassName
 {
   color: #AD32A3;
 }
 .AnyTagClassName
 {
   color: #AD32A3;
 }
</style>
background-color css

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

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

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

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

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

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