#A857CE

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

Shades of Medium Orchid #A857CE

Tints of Medium Orchid #A857CE

Color information

#A857CE (or 0xA857CE) is unknown color: approx Medium Orchid. HEX triplet: A8, 57 and CE. RGB value is (168,87,206). Sum of RGB (Red+Green+Blue) = 168+87+206=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A857CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857CE is #57A831. Grayscale: #7C7C7C. Windows color (decimal): -5744690 or 13522856. OLE color: 13522856.

HSL color Cylindrical-coordinate representation of color #A857CE: hue angle of 280.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A857CE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16887206-
CMYK0.180.5800.19
HSL280.84º54.84%57.45%-
HSV(B)280.84º57.77%80.78%-
XYZ30.719.660.56-
YUV124.78173.84158.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 87 (34.38% from 255) = 18.87%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=36.44%
G=18.87%
B=44.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168872060.180.5800.19280.8454.8457.45
HexA857CE123A0131193739
Octal25012731622720234316771
Binary1010100010101111100111010010111010010011100011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857CE; }

 p { color: rgb(168,87,206); }

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

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

 a { background-color: rgb(168,87,206); }

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

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

 span { border-color: rgb(168,87,206); }

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