#A64CE6

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

Shades of Medium Orchid #A64CE6

Tints of Medium Orchid #A64CE6

Color information

#A64CE6 (or 0xA64CE6) is unknown color: approx Medium Orchid. HEX triplet: A6, 4C and E6. RGB value is (166,76,230). Sum of RGB (Red+Green+Blue) = 166+76+230=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #A64CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CE6 is #59B319. Grayscale: #777777. Windows color (decimal): -5878554 or 15092902. OLE color: 15092902.

HSL color Cylindrical-coordinate representation of color #A64CE6: hue angle of 275.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64CE6 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16676230-
CMYK0.280.6700.10
HSL275.06º75.49%60%-
HSV(B)275.06º66.96%90.2%-
XYZ32.5918.9976.81-
YUV120.47189.82160.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=35.17%
G=16.10%
B=48.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166762300.280.6700.10275.0675.4960
HexA64CE61C430A1134b3c
Octal2461143463410301242311374
Binary10100110100110011100110111001000011010101000100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CE6; }

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

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

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

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

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

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

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

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