#ad32a5

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

Shades of Medium Red Violet #AD32A5

Tints of Medium Red Violet #AD32A5

Color information

#AD32A5 (or 0xAD32A5) is unknown color: approx Medium Red Violet. HEX triplet: AD, 32 and A5. RGB value is (173,50,165). Sum of RGB (Red+Green+Blue) = 173+50+165=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A5 is #52CD5A. Grayscale: #636363. Windows color (decimal): -5426523 or 10826413. OLE color: 10826413.

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

Color convert

RGB17350165-
CMYK00.710.050.32
HSL303.9º55.16%43.73%-
HSV(B)303.9º71.1%67.84%-
XYZ25.1713.8836.95-
YUV99.89164.75180.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=44.59%
G=12.89%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735016500.710.050.32303.955.1643.73
HexAD32A5047520130372c
Octal2556224501075404606754
Binary101011011100101010010101000111101100000100110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad32a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad32a5; }

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

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

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

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

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

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

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

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