#A746E1

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

Shades of Medium Orchid #A746E1

Tints of Medium Orchid #A746E1

Color information

#A746E1 (or 0xA746E1) is unknown color: approx Medium Orchid. HEX triplet: A7, 46 and E1. RGB value is (167,70,225). Sum of RGB (Red+Green+Blue) = 167+70+225=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #A746E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A746E1 is #58B91E. Grayscale: #747474. Windows color (decimal): -5814559 or 14763687. OLE color: 14763687.

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

Color convert

RGB16770225-
CMYK0.260.6900.12
HSL277.55º72.09%57.84%-
HSV(B)277.55º68.89%88.24%-
XYZ31.7218.0373.04-
YUV116.67189.14163.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=36.15%
G=15.15%
B=48.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167702250.260.6900.12277.5572.0957.84
HexA746E11A450C116483a
Octal2471063413210501442611072
Binary10100111100011011100001110101000101011001000101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A746E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A746E1; }

 p { color: rgb(167,70,225); }

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

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

 a { background-color: rgb(167,70,225); }

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

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

 span { border-color: rgb(167,70,225); }

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