#A94ED5

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

Shades of Medium Orchid #A94ED5

Tints of Medium Orchid #A94ED5

Color information

#A94ED5 (or 0xA94ED5) is unknown color: approx Medium Orchid. HEX triplet: A9, 4E and D5. RGB value is (169,78,213). Sum of RGB (Red+Green+Blue) = 169+78+213=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A94ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94ED5 is #56B12A. Grayscale: #787878. Windows color (decimal): -5681451 or 13979305. OLE color: 13979305.

HSL color Cylindrical-coordinate representation of color #A94ED5: hue angle of 280.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94ED5 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16978213-
CMYK0.210.6300.16
HSL280.44º61.64%57.06%-
HSV(B)280.44º63.38%83.53%-
XYZ31.118.6964.92-
YUV120.6180.15162.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 213 (83.59% from 255) = 46.30%
R=36.74%
G=16.96%
B=46.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169782130.210.6300.16280.4461.6457.06
HexA94ED5153F0101183e39
Octal25111632525770204307671
Binary1010100110011101101010110101111111010000100011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94ED5; }

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

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

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

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

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

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

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

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