#A856E7

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

Shades of Medium Orchid #A856E7

Tints of Medium Orchid #A856E7

Color information

#A856E7 (or 0xA856E7) is unknown color: approx Medium Orchid. HEX triplet: A8, 56 and E7. RGB value is (168,86,231). Sum of RGB (Red+Green+Blue) = 168+86+231=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #A856E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856E7 is #57A918. Grayscale: #7E7E7E. Windows color (decimal): -5744921 or 15161000. OLE color: 15161000.

HSL color Cylindrical-coordinate representation of color #A856E7: hue angle of 273.93º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A856E7 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16886231-
CMYK0.270.6300.09
HSL273.93º75.13%62.16%-
HSV(B)273.93º62.77%90.59%-
XYZ33.920.7577.82-
YUV127.05186.67157.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=34.64%
G=17.73%
B=47.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168862310.270.6300.09273.9375.1362.16
HexA856E71B3F091124b3e
Octal250126347337701142211376
Binary1010100010101101110011111011111111010011000100101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856E7; }

 p { color: rgb(168,86,231); }

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

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

 a { background-color: rgb(168,86,231); }

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

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

 span { border-color: rgb(168,86,231); }

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