#A854E1

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

Shades of Medium Orchid #A854E1

Tints of Medium Orchid #A854E1

Color information

#A854E1 (or 0xA854E1) is unknown color: approx Medium Orchid. HEX triplet: A8, 54 and E1. RGB value is (168,84,225). Sum of RGB (Red+Green+Blue) = 168+84+225=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #A854E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854E1 is #57AB1E. Grayscale: #7C7C7C. Windows color (decimal): -5745439 or 14767272. OLE color: 14767272.

HSL color Cylindrical-coordinate representation of color #A854E1: hue angle of 275.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A854E1 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16884225-
CMYK0.250.6300.12
HSL275.74º70.15%60.59%-
HSV(B)275.74º62.67%88.24%-
XYZ32.9120.173.38-
YUV125.19184.33158.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 84 (33.20% from 255) = 17.61%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=35.22%
G=17.61%
B=47.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal168842250.250.6300.12275.7470.1560.59
HexA854E1193F0C114463d
Octal250124341317701442410675
Binary1010100010101001110000111001111111011001000101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854E1; }

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

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

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

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

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

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

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

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