#A174DF

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

Shades of Medium Purple #A174DF

Tints of Medium Purple #A174DF

Color information

#A174DF (or 0xA174DF) is unknown color: approx Medium Purple. HEX triplet: A1, 74 and DF. RGB value is (161,116,223). Sum of RGB (Red+Green+Blue) = 161+116+223=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A174DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174DF is #5E8B20. Grayscale: #8D8D8D. Windows color (decimal): -6196001 or 14644385. OLE color: 14644385.

HSL color Cylindrical-coordinate representation of color #A174DF: hue angle of 265.23º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A174DF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161116223-
CMYK0.280.4800.13
HSL265.23º62.57%66.47%-
HSV(B)265.23º47.98%87.45%-
XYZ34.2625.472.91-
YUV141.65173.91141.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=32.2%
G=23.2%
B=44.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611162230.280.4800.13265.2362.5766.47
HexA174DF1C300D1093f42
Octal241164337346001541177102
Binary1010000111101001101111111100110000011011000010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174DF; }

 p { color: rgb(161,116,223); }

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

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

 a { background-color: rgb(161,116,223); }

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

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

 span { border-color: rgb(161,116,223); }

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