#A17CD9

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

Shades of Medium Purple #A17CD9

Tints of Medium Purple #A17CD9

Color information

#A17CD9 (or 0xA17CD9) is unknown color: approx Medium Purple. HEX triplet: A1, 7C and D9. RGB value is (161,124,217). Sum of RGB (Red+Green+Blue) = 161+124+217=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #A17CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CD9 is #5E8326. Grayscale: #919191. Windows color (decimal): -6193959 or 14253217. OLE color: 14253217.

HSL color Cylindrical-coordinate representation of color #A17CD9: hue angle of 263.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17CD9 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161124217-
CMYK0.260.4300.15
HSL263.87º55.03%66.86%-
HSV(B)263.87º42.86%85.1%-
XYZ34.432769.04-
YUV145.66168.26138.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 217 (85.16% from 255) = 43.23%
R=32.07%
G=24.70%
B=43.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611242170.260.4300.15263.8755.0366.86
HexA17CD91A2B0F1083743
Octal241174331325301741067103
Binary1010000111111001101100111010101011011111000010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CD9; }

 p { color: rgb(161,124,217); }

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

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

 a { background-color: rgb(161,124,217); }

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

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

 span { border-color: rgb(161,124,217); }

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