#A856E8

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

Shades of Medium Orchid #A856E8

Tints of Medium Orchid #A856E8

Color information

#A856E8 (or 0xA856E8) is unknown color: approx Medium Orchid. HEX triplet: A8, 56 and E8. RGB value is (168,86,232). Sum of RGB (Red+Green+Blue) = 168+86+232=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #A856E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856E8 is #57A917. Grayscale: #7E7E7E. Windows color (decimal): -5744920 or 15226536. OLE color: 15226536.

HSL color Cylindrical-coordinate representation of color #A856E8: hue angle of 273.7º degrees, saturation: 0.76, 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 #A856E8 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16886232-
CMYK0.280.6300.09
HSL273.7º76.04%62.35%-
HSV(B)273.7º62.93%90.98%-
XYZ34.0420.8178.57-
YUV127.16187.17157.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 86 (33.98% from 255) = 17.70%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=34.57%
G=17.70%
B=47.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168862320.280.6300.09273.776.0462.35
HexA856E81C3F091124c3e
Octal250126350347701142211476
Binary1010100010101101110100011100111111010011000100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856E8; }

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

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

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

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

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

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

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

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