#A959EE

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

Shades of Medium Orchid #A959EE

Tints of Medium Orchid #A959EE

Color information

#A959EE (or 0xA959EE) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and EE. RGB value is (169,89,238). Sum of RGB (Red+Green+Blue) = 169+89+238=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #A959EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A959EE is #56A611. Grayscale: #818181. Windows color (decimal): -5678610 or 15620521. OLE color: 15620521.

HSL color Cylindrical-coordinate representation of color #A959EE: hue angle of 272.21º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A959EE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16989238-
CMYK0.290.6300.07
HSL272.21º81.42%64.12%-
HSV(B)272.21º62.61%93.33%-
XYZ35.3721.7583.22-
YUV129.91189155.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 89 (35.16% from 255) = 17.94%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=34.07%
G=17.94%
B=47.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169892380.290.6300.07272.2181.4264.12
HexA959EE1D3F071105140
Octal251131356357707420121100
Binary1010100110110011110111011101111111011110001000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959EE; }

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

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

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

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

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

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

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

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