#A64EED

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

Shades of Medium Orchid #A64EED

Tints of Medium Orchid #A64EED

Color information

#A64EED (or 0xA64EED) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and ED. RGB value is (166,78,237). Sum of RGB (Red+Green+Blue) = 166+78+237=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A64EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EED is #59B112. Grayscale: #797979. Windows color (decimal): -5878035 or 15552166. OLE color: 15552166.

HSL color Cylindrical-coordinate representation of color #A64EED: hue angle of 273.21º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64EED is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16678237-
CMYK0.300.6700.07
HSL273.21º81.54%61.76%-
HSV(B)273.21º67.09%92.94%-
XYZ33.7419.6782.14-
YUV122.44192.65159.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 78 (30.86% from 255) = 16.22%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=34.51%
G=16.22%
B=49.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166782370.300.6700.07273.2181.5461.76
HexA64EED1E4307111523e
Octal246116355361030742112276
Binary1010011010011101110110111110100001101111000100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64EED; }

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

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

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

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

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

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

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

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