#A17CDE

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

Shades of Medium Purple #A17CDE

Tints of Medium Purple #A17CDE

Color information

#A17CDE (or 0xA17CDE) is unknown color: approx Medium Purple. HEX triplet: A1, 7C and DE. RGB value is (161,124,222). Sum of RGB (Red+Green+Blue) = 161+124+222=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #A17CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CDE is #5E8321. Grayscale: #919191. Windows color (decimal): -6193954 or 14580897. OLE color: 14580897.

HSL color Cylindrical-coordinate representation of color #A17CDE: hue angle of 262.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17CDE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161124222-
CMYK0.270.4400.13
HSL262.65º59.76%67.84%-
HSV(B)262.65º44.14%87.06%-
XYZ35.0927.2772.52-
YUV146.23170.76138.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=31.76%
G=24.46%
B=43.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611242220.270.4400.13262.6559.7667.84
HexA17CDE1B2C0D1073c44
Octal241174336335401540774104
Binary1010000111111001101111011011101100011011000001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CDE; }

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

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

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

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

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

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

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

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