#A64EE0

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

Shades of Medium Orchid #A64EE0

Tints of Medium Orchid #A64EE0

Color information

#A64EE0 (or 0xA64EE0) is unknown color: approx Medium Orchid. HEX triplet: A6, 4E and E0. RGB value is (166,78,224). Sum of RGB (Red+Green+Blue) = 166+78+224=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #A64EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64EE0 is #59B11F. Grayscale: #787878. Windows color (decimal): -5878048 or 14700198. OLE color: 14700198.

HSL color Cylindrical-coordinate representation of color #A64EE0: hue angle of 276.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64EE0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16678224-
CMYK0.260.6500.12
HSL276.16º70.19%59.22%-
HSV(B)276.16º65.18%87.84%-
XYZ31.918.9472.49-
YUV120.96186.15160.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 78 (30.86% from 255) = 16.67%
BLUE value IS 224 (87.89% from 255) = 47.86%
R=35.47%
G=16.67%
B=47.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166782240.260.6500.12276.1670.1959.22
HexA64EE01A410C114463b
Octal2461163403210101442410673
Binary10100110100111011100000110101000001011001000101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64EE0; }

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

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

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

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

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

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

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

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