#a64ee4

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

Shades of Medium Orchid #A64EE4

Tints of Medium Orchid #A64EE4

Color information

#A64EE4 (or 0xA64EE4) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and E4. RGB value is (166,78,228). Sum of RGB (Red+Green+Blue) = 166+78+228=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #A64EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EE4 is #59B11B. Grayscale: #787878. Windows color (decimal): -5878044 or 14962342. OLE color: 14962342.

HSL color Cylindrical-coordinate representation of color #A64EE4: hue angle of 275.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64EE4 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16678228-
CMYK0.270.6600.11
HSL275.2º73.53%60%-
HSV(B)275.2º65.79%89.41%-
XYZ32.4519.1675.39-
YUV121.41188.15159.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 78 (30.86% from 255) = 16.53%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=35.17%
G=16.53%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal166782280.270.6600.11275.273.5360
HexA64EE41B420B1134a3c
Octal2461163443310201342311274
Binary10100110100111011100100110111000010010111000100111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64ee4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64ee4; }

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

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

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

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

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

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

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

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