#A96FF0

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

Shades of Medium Purple #A96FF0

Tints of Medium Purple #A96FF0

Color information

#A96FF0 (or 0xA96FF0) is unknown color: approx Medium Purple. HEX triplet: A9, 6F and F0. RGB value is (169,111,240). Sum of RGB (Red+Green+Blue) = 169+111+240=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #A96FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FF0 is #56900F. Grayscale: #8E8E8E. Windows color (decimal): -5672976 or 15757225. OLE color: 15757225.

HSL color Cylindrical-coordinate representation of color #A96FF0: hue angle of 266.98º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A96FF0 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169111240-
CMYK0.300.5400.06
HSL266.98º81.13%68.82%-
HSV(B)266.98º53.75%94.12%-
XYZ37.7726.185.48-
YUV143.05182.72146.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 240 (94.14% from 255) = 46.15%
R=32.5%
G=21.35%
B=46.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691112400.300.5400.06266.9881.1368.82
HexA96FF01E360610b5145
Octal251157360366606413121105
Binary1010100111011111111000011110110110011010000101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FF0; }

 p { color: rgb(169,111,240); }

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

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

 a { background-color: rgb(169,111,240); }

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

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

 span { border-color: rgb(169,111,240); }

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