#A966E9

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

Shades of Medium Purple #A966E9

Tints of Medium Purple #A966E9

Color information

#A966E9 (or 0xA966E9) is unknown color: approx Medium Purple. HEX triplet: A9, 66 and E9. RGB value is (169,102,233). Sum of RGB (Red+Green+Blue) = 169+102+233=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #A966E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966E9 is #569916. Grayscale: #888888. Windows color (decimal): -5675287 or 15296169. OLE color: 15296169.

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

Color convert

RGB169102233-
CMYK0.270.5600.09
HSL270.69º74.86%65.69%-
HSV(B)270.69º56.22%91.37%-
XYZ35.8223.8279.8-
YUV136.97182.2150.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 233 (91.41% from 255) = 46.23%
R=33.53%
G=20.24%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691022330.270.5600.09270.6974.8665.69
HexA966E91B380910f4b42
Octal2511463513370011417113102
Binary10101001110011011101001110111110000100110000111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966E9; }

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

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

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

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

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

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

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

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