#A64ED0

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

Shades of Medium Orchid #A64ED0

Tints of Medium Orchid #A64ED0

Color information

#A64ED0 (or 0xA64ED0) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and D0. RGB value is (166,78,208). Sum of RGB (Red+Green+Blue) = 166+78+208=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A64ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ED0 is #59B12F. Grayscale: #767676. Windows color (decimal): -5878064 or 13651622. OLE color: 13651622.

HSL color Cylindrical-coordinate representation of color #A64ED0: hue angle of 280.62º 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 #A64ED0 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16678208-
CMYK0.200.6200.18
HSL280.62º58.04%56.08%-
HSV(B)280.62º62.5%81.57%-
XYZ29.8418.1161.6-
YUV119.13178.15161.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=36.73%
G=17.26%
B=46.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166782080.200.6200.18280.6258.0456.08
HexA64ED0143E0121193a38
Octal24611632024760224317270
Binary1010011010011101101000010100111110010010100011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64ED0; }

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

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

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

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

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

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

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

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