#A15FF7

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

Shades of Medium Purple #A15FF7

Tints of Medium Purple #A15FF7

Color information

#A15FF7 (or 0xA15FF7) is unknown color: approx Medium Purple. HEX triplet: A1, 5F and F7. RGB value is (161,95,247). Sum of RGB (Red+Green+Blue) = 161+95+247=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #A15FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FF7 is #5EA008. Grayscale: #838383. Windows color (decimal): -6201353 or 16211873. OLE color: 16211873.

HSL color Cylindrical-coordinate representation of color #A15FF7: hue angle of 266.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A15FF7 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16195247-
CMYK0.350.6200.03
HSL266.05º90.48%67.06%-
HSV(B)266.05º61.54%96.86%-
XYZ35.5822.4890.46-
YUV132.06192.87148.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 247 (96.88% from 255) = 49.11%
R=32.01%
G=18.89%
B=49.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161952470.350.6200.03266.0590.4867.06
HexA15FF7233E0310a5a43
Octal241137367437603412132103
Binary1010000110111111111011110001111111001110000101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FF7; }

 p { color: rgb(161,95,247); }

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

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

 a { background-color: rgb(161,95,247); }

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

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

 span { border-color: rgb(161,95,247); }

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