#A17DE6

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

Shades of Medium Purple #A17DE6

Tints of Medium Purple #A17DE6

Color information

#A17DE6 (or 0xA17DE6) is unknown color: approx Medium Purple. HEX triplet: A1, 7D and E6. RGB value is (161,125,230). Sum of RGB (Red+Green+Blue) = 161+125+230=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #A17DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DE6 is #5E8219. Grayscale: #939393. Windows color (decimal): -6193690 or 15105441. OLE color: 15105441.

HSL color Cylindrical-coordinate representation of color #A17DE6: hue angle of 260.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17DE6 is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161125230-
CMYK0.30.4600.10
HSL260.57º67.74%69.61%-
HSV(B)260.57º45.65%90.2%-
XYZ36.3127.9678.35-
YUV147.73174.43137.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 230 (90.23% from 255) = 44.57%
R=31.20%
G=24.22%
B=44.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611252300.30.4600.10260.5767.7469.61
HexA17DE61E2E0A1054446
Octal2411753463656012405104106
Binary10100001111110111100110111101011100101010000010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DE6; }

 p { color: rgb(161,125,230); }

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

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

 a { background-color: rgb(161,125,230); }

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

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

 span { border-color: rgb(161,125,230); }

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