#A959FF

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

Shades of Medium Purple #A959FF

Tints of Medium Purple #A959FF

Color information

#A959FF (or 0xA959FF) is unknown color: approx Medium Purple. HEX triplet: A9, 59 and FF. RGB value is (169,89,255). Sum of RGB (Red+Green+Blue) = 169+89+255=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A959FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959FF is #56A600. Grayscale: #838383. Windows color (decimal): -5678593 or 16734633. OLE color: 16734633.

HSL color Cylindrical-coordinate representation of color #A959FF: hue angle of 268.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A959FF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16989255-
CMYK0.340.6500
HSL268.92º100%67.45%-
HSV(B)268.92º65.1%100%-
XYZ37.9822.897.01-
YUV131.84197.5154.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 255 (100% from 255) = 49.71%
R=32.94%
G=17.35%
B=49.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal169892550.340.6500268.9210067.45
HexA959FF22410010d6443
Octal2511313774210100415144103
Binary1010100110110011111111110001010000010010000110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959FF; }

 p { color: rgb(169,89,255); }

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

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

 a { background-color: rgb(169,89,255); }

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

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

 span { border-color: rgb(169,89,255); }

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