#A966F9

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

Shades of Medium Purple #A966F9

Tints of Medium Purple #A966F9

Color information

#A966F9 (or 0xA966F9) is unknown color: approx Medium Purple. HEX triplet: A9, 66 and F9. RGB value is (169,102,249). Sum of RGB (Red+Green+Blue) = 169+102+249=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #A966F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A966F9 is #569906. Grayscale: #8A8A8A. Windows color (decimal): -5675271 or 16344745. OLE color: 16344745.

HSL color Cylindrical-coordinate representation of color #A966F9: hue angle of 267.35º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A966F9 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169102249-
CMYK0.320.5900.02
HSL267.35º92.45%68.82%-
HSV(B)267.35º59.04%97.65%-
XYZ38.2124.7892.39-
YUV138.79190.2149.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 102 (40.23% from 255) = 19.62%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=32.5%
G=19.62%
B=47.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691022490.320.5900.02267.3592.4568.82
HexA966F9203B0210b5c45
Octal251146371407302413134105
Binary1010100111001101111100110000011101101010000101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966F9; }

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

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

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

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

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

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

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

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