#A959DB

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

Shades of Medium Orchid #A959DB

Tints of Medium Orchid #A959DB

Color information

#A959DB (or 0xA959DB) is unknown color: approx Medium Orchid. HEX triplet: A9, 59 and DB. RGB value is (169,89,219). Sum of RGB (Red+Green+Blue) = 169+89+219=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A959DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959DB is #56A624. Grayscale: #7F7F7F. Windows color (decimal): -5678629 or 14375337. OLE color: 14375337.

HSL color Cylindrical-coordinate representation of color #A959DB: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A959DB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16989219-
CMYK0.230.5900.14
HSL276.92º64.36%60.39%-
HSV(B)276.92º59.36%85.88%-
XYZ32.7220.6969.29-
YUV127.74179.5157.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=35.43%
G=18.66%
B=45.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169892190.230.5900.14276.9264.3660.39
HexA959DB173B0E115403c
Octal251131333277301642510074
Binary1010100110110011101101110111111011011101000101011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959DB; }

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

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

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

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

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

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

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

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