#A64CE9

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

Shades of Medium Orchid #A64CE9

Tints of Medium Orchid #A64CE9

Color information

#A64CE9 (or 0xA64CE9) is unknown color: approx Medium Orchid. HEX triplet: A6, 4C and E9. RGB value is (166,76,233). Sum of RGB (Red+Green+Blue) = 166+76+233=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #A64CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CE9 is #59B316. Grayscale: #787878. Windows color (decimal): -5878551 or 15289510. OLE color: 15289510.

HSL color Cylindrical-coordinate representation of color #A64CE9: hue angle of 274.39º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64CE9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16676233-
CMYK0.290.6700.09
HSL274.39º78.11%60.59%-
HSV(B)274.39º67.38%91.37%-
XYZ33.0219.1679.05-
YUV120.81191.32160.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 233 (91.41% from 255) = 49.05%
R=34.95%
G=16%
B=49.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166762330.290.6700.09274.3978.1160.59
HexA64CE91D43091124e3d
Octal2461143513510301142211675
Binary10100110100110011101001111011000011010011000100101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CE9; }

 p { color: rgb(166,76,233); }

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

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

 a { background-color: rgb(166,76,233); }

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

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

 span { border-color: rgb(166,76,233); }

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