#A854F0

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

Shades of Medium Orchid #A854F0

Tints of Medium Orchid #A854F0

Color information

#A854F0 (or 0xA854F0) is unknown color: approx Medium Orchid. HEX triplet: A8, 54 and F0. RGB value is (168,84,240). Sum of RGB (Red+Green+Blue) = 168+84+240=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #A854F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854F0 is #57AB0F. Grayscale: #7E7E7E. Windows color (decimal): -5745424 or 15750312. OLE color: 15750312.

HSL color Cylindrical-coordinate representation of color #A854F0: hue angle of 272.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A854F0 is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16884240-
CMYK0.30.6500.06
HSL272.31º83.87%63.53%-
HSV(B)272.31º65%94.12%-
XYZ35.0520.9684.64-
YUV126.9191.83157.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 84 (33.20% from 255) = 17.07%
BLUE value IS 240 (94.14% from 255) = 48.78%
R=34.15%
G=17.07%
B=48.78%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal168842400.30.6500.06272.3183.8763.53
HexA854F01E41061105440
Octal2501243603610106420124100
Binary10101000101010011110000111101000001011010001000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854F0; }

 p { color: rgb(168,84,240); }

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

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

 a { background-color: rgb(168,84,240); }

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

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

 span { border-color: rgb(168,84,240); }

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