#A96FE9

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

Shades of Medium Purple #A96FE9

Tints of Medium Purple #A96FE9

Color information

#A96FE9 (or 0xA96FE9) is unknown color: approx Medium Purple. HEX triplet: A9, 6F and E9. RGB value is (169,111,233). Sum of RGB (Red+Green+Blue) = 169+111+233=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #A96FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FE9 is #569016. Grayscale: #8D8D8D. Windows color (decimal): -5672983 or 15298473. OLE color: 15298473.

HSL color Cylindrical-coordinate representation of color #A96FE9: hue angle of 268.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96FE9 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169111233-
CMYK0.270.5200.09
HSL268.52º73.49%67.45%-
HSV(B)268.52º52.36%91.37%-
XYZ36.7525.6980.11-
YUV142.25179.22147.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 233 (91.41% from 255) = 45.42%
R=32.94%
G=21.64%
B=45.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691112330.270.5200.09268.5273.4967.45
HexA96FE91B340910d4943
Octal2511573513364011415111103
Binary10101001110111111101001110111101000100110000110110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FE9; }

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

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

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

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

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

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

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

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