#A94ED0

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

Shades of Medium Orchid #A94ED0

Tints of Medium Orchid #A94ED0

Color information

#A94ED0 (or 0xA94ED0) is unknown color: approx Medium Orchid. HEX triplet: A9, 4E and D0. RGB value is (169,78,208). Sum of RGB (Red+Green+Blue) = 169+78+208=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #A94ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94ED0 is #56B12F. Grayscale: #777777. Windows color (decimal): -5681456 or 13651625. OLE color: 13651625.

HSL color Cylindrical-coordinate representation of color #A94ED0: hue angle of 282º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94ED0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16978208-
CMYK0.190.6200.18
HSL282º58.04%56.08%-
HSV(B)282º62.5%81.57%-
XYZ30.4718.4461.63-
YUV120.03177.65162.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=37.14%
G=17.14%
B=45.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169782080.190.6200.1828258.0456.08
HexA94ED0133E01211a3a38
Octal25111632023760224327270
Binary1010100110011101101000010011111110010010100011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94ED0; }

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

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

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

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

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

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

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

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