#A64ED1

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

Shades of Medium Orchid #A64ED1

Tints of Medium Orchid #A64ED1

Color information

#A64ED1 (or 0xA64ED1) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and D1. RGB value is (166,78,209). Sum of RGB (Red+Green+Blue) = 166+78+209=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #A64ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ED1 is #59B12E. Grayscale: #767676. Windows color (decimal): -5878063 or 13717158. OLE color: 13717158.

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

Color convert

RGB16678209-
CMYK0.210.6300.18
HSL280.31º58.74%56.27%-
HSV(B)280.31º62.68%81.96%-
XYZ29.9618.1662.25-
YUV119.25178.65161.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=36.64%
G=17.22%
B=46.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166782090.210.6300.18280.3158.7456.27
HexA64ED1153F0121183b38
Octal24611632125770224307370
Binary1010011010011101101000110101111111010010100011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64ED1; }

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

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

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

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

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

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

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

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