#A17CD8

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

Shades of Medium Purple #A17CD8

Tints of Medium Purple #A17CD8

Color information

#A17CD8 (or 0xA17CD8) is unknown color: approx Medium Purple. HEX triplet: A1, 7C and D8. RGB value is (161,124,216). Sum of RGB (Red+Green+Blue) = 161+124+216=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #A17CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CD8 is #5E8327. Grayscale: #919191. Windows color (decimal): -6193960 or 14187681. OLE color: 14187681.

HSL color Cylindrical-coordinate representation of color #A17CD8: hue angle of 264.13º degrees, saturation: 0.54, 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 #A17CD8 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161124216-
CMYK0.250.4300.15
HSL264.13º54.12%66.67%-
HSV(B)264.13º42.59%84.71%-
XYZ34.326.9568.36-
YUV145.55167.76139.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 216 (84.77% from 255) = 43.11%
R=32.14%
G=24.75%
B=43.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611242160.250.4300.15264.1354.1266.67
HexA17CD8192B0F1083643
Octal241174330315301741066103
Binary1010000111111001101100011001101011011111000010001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CD8; }

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

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

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

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

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

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

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

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