#AD32A4

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

Shades of Medium Red Violet #AD32A4

Tints of Medium Red Violet #AD32A4

Color information

#AD32A4 (or 0xAD32A4) is unknown color: approx Medium Red Violet. HEX triplet: AD, 32 and A4. RGB value is (173,50,164). Sum of RGB (Red+Green+Blue) = 173+50+164=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32A4 is #52CD5B. Grayscale: #636363. Windows color (decimal): -5426524 or 10760877. OLE color: 10760877.

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

Color convert

RGB17350164-
CMYK00.710.050.32
HSL304.39º55.16%43.73%-
HSV(B)304.39º71.1%67.84%-
XYZ25.0813.8536.47-
YUV99.77164.25180.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=44.70%
G=12.92%
B=42.38%

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
Decimal1735016400.710.050.32304.3955.1643.73
HexAD32A4047520130372c
Octal2556224401075404606754
Binary101011011100101010010001000111101100000100110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD32A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD32A4; }

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

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

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

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

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

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

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

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