#A94EDA

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

Shades of Medium Orchid #A94EDA

Tints of Medium Orchid #A94EDA

Color information

#A94EDA (or 0xA94EDA) is unknown color: approx Medium Orchid. HEX triplet: A9, 4E and DA. RGB value is (169,78,218). Sum of RGB (Red+Green+Blue) = 169+78+218=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A94EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EDA is #56B125. Grayscale: #787878. Windows color (decimal): -5681446 or 14306985. OLE color: 14306985.

HSL color Cylindrical-coordinate representation of color #A94EDA: hue angle of 279º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94EDA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16978218-
CMYK0.220.6400.15
HSL279º65.42%58.04%-
HSV(B)279º64.22%85.49%-
XYZ31.7418.9568.31-
YUV121.17182.65162.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 78 (30.86% from 255) = 16.77%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=36.34%
G=16.77%
B=46.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169782180.220.6400.1527965.4258.04
HexA94EDA16400F117413a
Octal2511163322610001742710172
Binary10101001100111011011010101101000000011111000101111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EDA; }

 p { color: rgb(169,78,218); }

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

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

 a { background-color: rgb(169,78,218); }

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

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

 span { border-color: rgb(169,78,218); }

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