#A94EDC

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

Shades of Medium Orchid #A94EDC

Tints of Medium Orchid #A94EDC

Color information

#A94EDC (or 0xA94EDC) is unknown color: approx Medium Orchid. HEX triplet: A9, 4E and DC. RGB value is (169,78,220). Sum of RGB (Red+Green+Blue) = 169+78+220=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A94EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EDC is #56B123. Grayscale: #787878. Windows color (decimal): -5681444 or 14438057. OLE color: 14438057.

HSL color Cylindrical-coordinate representation of color #A94EDC: hue angle of 278.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94EDC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16978220-
CMYK0.230.6500.14
HSL278.45º66.98%58.43%-
HSV(B)278.45º64.55%86.27%-
XYZ3219.0569.7-
YUV121.4183.65161.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 78 (30.86% from 255) = 16.70%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=36.19%
G=16.70%
B=47.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169782200.230.6500.14278.4566.9858.43
HexA94EDC17410E116433a
Octal2511163342710101642610372
Binary10101001100111011011100101111000001011101000101101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EDC; }

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

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

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

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

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

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

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

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