#A64EDA

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

Shades of Medium Orchid #A64EDA

Tints of Medium Orchid #A64EDA

Color information

#A64EDA (or 0xA64EDA) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and DA. RGB value is (166,78,218). Sum of RGB (Red+Green+Blue) = 166+78+218=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EDA is #59B125. Grayscale: #777777. Windows color (decimal): -5878054 or 14306982. OLE color: 14306982.

HSL color Cylindrical-coordinate representation of color #A64EDA: hue angle of 277.71º 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 #A64EDA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16678218-
CMYK0.240.6400.15
HSL277.71º65.42%58.04%-
HSV(B)277.71º64.22%85.49%-
XYZ31.1118.6268.28-
YUV120.27183.15160.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 78 (30.86% from 255) = 16.88%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=35.93%
G=16.88%
B=47.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166782180.240.6400.15277.7165.4258.04
HexA64EDA18400F116413a
Octal2461163323010001742610172
Binary10100110100111011011010110001000000011111000101101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64EDA; }

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

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

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

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

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

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

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

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