#A64DEC

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

Shades of Medium Orchid #A64DEC

Tints of Medium Orchid #A64DEC

Color information

#A64DEC (or 0xA64DEC) is unknown color: approx Medium Orchid. HEX triplet: A6, 4D and EC. RGB value is (166,77,236). Sum of RGB (Red+Green+Blue) = 166+77+236=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A64DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DEC is #59B213. Grayscale: #797979. Windows color (decimal): -5878292 or 15486374. OLE color: 15486374.

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

Color convert

RGB16677236-
CMYK0.300.6700.07
HSL273.58º80.71%61.37%-
HSV(B)273.58º67.37%92.55%-
XYZ33.5219.4781.35-
YUV121.74192.49159.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 77 (30.47% from 255) = 16.08%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=34.66%
G=16.08%
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
Decimal166772360.300.6700.07273.5880.7161.37
HexA64DEC1E4307112513d
Octal246115354361030742212175
Binary1010011010011011110110011110100001101111000100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DEC; }

 p { color: rgb(166,77,236); }

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

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

 a { background-color: rgb(166,77,236); }

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

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

 span { border-color: rgb(166,77,236); }

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