#A857E6

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

Shades of Medium Orchid #A857E6

Tints of Medium Orchid #A857E6

Color information

#A857E6 (or 0xA857E6) is unknown color: approx Medium Orchid. HEX triplet: A8, 57 and E6. RGB value is (168,87,230). Sum of RGB (Red+Green+Blue) = 168+87+230=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #A857E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857E6 is #57A819. Grayscale: #7F7F7F. Windows color (decimal): -5744666 or 15095720. OLE color: 15095720.

HSL color Cylindrical-coordinate representation of color #A857E6: hue angle of 273.99º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A857E6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16887230-
CMYK0.270.6200.10
HSL273.99º74.09%62.16%-
HSV(B)273.99º62.17%90.2%-
XYZ33.8420.8577.1-
YUV127.52185.84156.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 230 (90.23% from 255) = 47.42%
R=34.64%
G=17.94%
B=47.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168872300.270.6200.10273.9974.0962.16
HexA857E61B3E0A1124a3e
Octal250127346337601242211276
Binary1010100010101111110011011011111110010101000100101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857E6; }

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

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

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

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

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

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

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

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