#A959EA

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

Shades of Medium Orchid #A959EA

Tints of Medium Orchid #A959EA

Color information

#A959EA (or 0xA959EA) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and EA. RGB value is (169,89,234). Sum of RGB (Red+Green+Blue) = 169+89+234=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #A959EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959EA is #56A615. Grayscale: #808080. Windows color (decimal): -5678614 or 15358377. OLE color: 15358377.

HSL color Cylindrical-coordinate representation of color #A959EA: hue angle of 273.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A959EA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16989234-
CMYK0.280.6200.08
HSL273.1º77.54%63.33%-
HSV(B)273.1º61.97%91.76%-
XYZ34.7921.5280.16-
YUV129.45187156.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 89 (35.16% from 255) = 18.09%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=34.35%
G=18.09%
B=47.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal169892340.280.6200.08273.177.5463.33
HexA959EA1C3E081114e3f
Octal251131352347601042111677
Binary1010100110110011110101011100111110010001000100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959EA; }

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

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

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

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

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

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

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

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