#A17FEB

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

Shades of Medium Purple #A17FEB

Tints of Medium Purple #A17FEB

Color information

#A17FEB (or 0xA17FEB) is unknown color: approx Medium Purple. HEX triplet: A1, 7F and EB. RGB value is (161,127,235). Sum of RGB (Red+Green+Blue) = 161+127+235=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEB is #5E8014. Grayscale: #959595. Windows color (decimal): -6193173 or 15433633. OLE color: 15433633.

HSL color Cylindrical-coordinate representation of color #A17FEB: hue angle of 258.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17FEB is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161127235-
CMYK0.310.4600.08
HSL258.89º72.97%70.98%-
HSV(B)258.89º45.96%92.16%-
XYZ37.2828.7582.18-
YUV149.48176.26136.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=30.78%
G=24.28%
B=44.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611272350.310.4600.08258.8972.9770.98
HexA17FEB1F2E081034947
Octal2411773533756010403111107
Binary10100001111111111101011111111011100100010000001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FEB; }

 p { color: rgb(161,127,235); }

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

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

 a { background-color: rgb(161,127,235); }

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

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

 span { border-color: rgb(161,127,235); }

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