#A959DE

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

Shades of Medium Orchid #A959DE

Tints of Medium Orchid #A959DE

Color information

#A959DE (or 0xA959DE) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and DE. RGB value is (169,89,222). Sum of RGB (Red+Green+Blue) = 169+89+222=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #A959DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959DE is #56A621. Grayscale: #7F7F7F. Windows color (decimal): -5678626 or 14571945. OLE color: 14571945.

HSL color Cylindrical-coordinate representation of color #A959DE: hue angle of 276.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A959DE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16989222-
CMYK0.240.6000.13
HSL276.09º66.83%60.98%-
HSV(B)276.09º59.91%87.06%-
XYZ33.1220.8571.39-
YUV128.08181157.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=35.21%
G=18.54%
B=46.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169892220.240.6000.13276.0966.8360.98
HexA959DE183C0D114433d
Octal251131336307401542410375
Binary1010100110110011101111011000111100011011000101001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959DE; }

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

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

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

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

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

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

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

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