#A17ED6

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

Shades of Medium Purple #A17ED6

Tints of Medium Purple #A17ED6

Color information

#A17ED6 (or 0xA17ED6) is unknown color: approx Medium Purple. HEX triplet: A1, 7E and D6. RGB value is (161,126,214). Sum of RGB (Red+Green+Blue) = 161+126+214=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #A17ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ED6 is #5E8129. Grayscale: #929292. Windows color (decimal): -6193450 or 14057121. OLE color: 14057121.

HSL color Cylindrical-coordinate representation of color #A17ED6: hue angle of 263.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17ED6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161126214-
CMYK0.250.4100.16
HSL263.86º51.76%66.67%-
HSV(B)263.86º41.12%83.92%-
XYZ34.327.3567.09-
YUV146.5166.1138.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=32.14%
G=25.15%
B=42.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611262140.250.4100.16263.8651.7666.67
HexA17ED619290101083443
Octal241176326315102041064103
Binary10100001111111011010110110011010010100001000010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17ED6; }

 p { color: rgb(161,126,214); }

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

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

 a { background-color: rgb(161,126,214); }

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

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

 span { border-color: rgb(161,126,214); }

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