#A856D7

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

Shades of Medium Orchid #A856D7

Tints of Medium Orchid #A856D7

Color information

#A856D7 (or 0xA856D7) is unknown color: approx Medium Orchid. HEX triplet: A8, 56 and D7. RGB value is (168,86,215). Sum of RGB (Red+Green+Blue) = 168+86+215=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #A856D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856D7 is #57A928. Grayscale: #7C7C7C. Windows color (decimal): -5744937 or 14112424. OLE color: 14112424.

HSL color Cylindrical-coordinate representation of color #A856D7: hue angle of 278.14º degrees, saturation: 0.62, 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 #A856D7 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16886215-
CMYK0.220.600.16
HSL278.14º61.72%59.02%-
HSV(B)278.14º60%84.31%-
XYZ31.7419.8966.46-
YUV125.22178.67158.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=35.82%
G=18.34%
B=45.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168862150.220.600.16278.1461.7259.02
HexA856D7163C0101163e3b
Octal25012632726740204267673
Binary1010100010101101101011110110111100010000100010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A856D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A856D7; }

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

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

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

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

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

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

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

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