#A959F0

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

Shades of Medium Orchid #A959F0

Tints of Medium Orchid #A959F0

Color information

#A959F0 (or 0xA959F0) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and F0. RGB value is (169,89,240). Sum of RGB (Red+Green+Blue) = 169+89+240=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #A959F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959F0 is #56A60F. Grayscale: #818181. Windows color (decimal): -5678608 or 15751593. OLE color: 15751593.

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

Color convert

RGB16989240-
CMYK0.300.6300.06
HSL271.79º83.43%64.51%-
HSV(B)271.79º62.92%94.12%-
XYZ35.6621.8784.78-
YUV130.13190155.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=33.94%
G=17.87%
B=48.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal169892400.300.6300.06271.7983.4364.51
HexA959F01E3F061105341
Octal251131360367706420123101
Binary1010100110110011111000011110111111011010001000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959F0; }

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

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

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

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

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

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

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

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