#A17FEE

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

Shades of Medium Purple #A17FEE

Tints of Medium Purple #A17FEE

Color information

#A17FEE (or 0xA17FEE) is unknown color: approx Medium Purple. HEX triplet: A1, 7F and EE. RGB value is (161,127,238). Sum of RGB (Red+Green+Blue) = 161+127+238=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A17FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FEE is #5E8011. Grayscale: #959595. Windows color (decimal): -6193170 or 15630241. OLE color: 15630241.

HSL color Cylindrical-coordinate representation of color #A17FEE: hue angle of 258.38º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17FEE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161127238-
CMYK0.320.4700.07
HSL258.38º76.55%71.57%-
HSV(B)258.38º46.64%93.33%-
XYZ37.7228.9384.48-
YUV149.82177.76135.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 127 (50% from 255) = 24.14%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=30.61%
G=24.14%
B=45.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611272380.320.4700.07258.3876.5571.57
HexA17FEE202F071024d48
Octal241177356405707402115110
Binary10100001111111111101110100000101111011110000001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FEE; }

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

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

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

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

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

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

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

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