#A959D0

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

Shades of Medium Orchid #A959D0

Tints of Medium Orchid #A959D0

Color information

#A959D0 (or 0xA959D0) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and D0. RGB value is (169,89,208). Sum of RGB (Red+Green+Blue) = 169+89+208=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #A959D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959D0 is #56A62F. Grayscale: #7E7E7E. Windows color (decimal): -5678640 or 13654441. OLE color: 13654441.

HSL color Cylindrical-coordinate representation of color #A959D0: hue angle of 280.34º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A959D0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16989208-
CMYK0.190.5700.18
HSL280.34º55.87%58.24%-
HSV(B)280.34º57.21%81.57%-
XYZ31.3220.1361.91-
YUV126.49174158.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=36.27%
G=19.10%
B=44.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169892080.190.5700.18280.3455.8758.24
HexA959D01339012118383a
Octal25113132023710224307072
Binary1010100110110011101000010011111001010010100011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959D0; }

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

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

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

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

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

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

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

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