#A656D5

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

Shades of Medium Orchid #A656D5

Tints of Medium Orchid #A656D5

Color information

#A656D5 (or 0xA656D5) is unknown color: approx Medium Orchid. HEX triplet: A6, 56 and D5. RGB value is (166,86,213). Sum of RGB (Red+Green+Blue) = 166+86+213=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #A656D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A656D5 is #59A92A. Grayscale: #7B7B7B. Windows color (decimal): -5876011 or 13981350. OLE color: 13981350.

HSL color Cylindrical-coordinate representation of color #A656D5: hue angle of 277.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A656D5 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16686213-
CMYK0.220.6000.16
HSL277.8º60.19%58.63%-
HSV(B)277.8º59.62%83.53%-
XYZ31.0619.5765.09-
YUV124.4178157.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=35.70%
G=18.49%
B=45.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166862130.220.6000.16277.860.1958.63
HexA656D5163C0101163c3b
Octal24612632526740204267473
Binary1010011010101101101010110110111100010000100010110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A656D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A656D5; }

 p { color: rgb(166,86,213); }

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

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

 a { background-color: rgb(166,86,213); }

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

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

 span { border-color: rgb(166,86,213); }

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