#A746E9

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

Shades of Medium Orchid #A746E9

Tints of Medium Orchid #A746E9

Color information

#A746E9 (or 0xA746E9) is unknown color: approx Medium Orchid. HEX triplet: A7, 46 and E9. RGB value is (167,70,233). Sum of RGB (Red+Green+Blue) = 167+70+233=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #A746E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746E9 is #58B916. Grayscale: #757575. Windows color (decimal): -5814551 or 15287975. OLE color: 15287975.

HSL color Cylindrical-coordinate representation of color #A746E9: hue angle of 275.71º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A746E9 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16770233-
CMYK0.280.7000.09
HSL275.71º78.74%59.41%-
HSV(B)275.71º69.96%91.37%-
XYZ32.8318.4878.93-
YUV117.58193.14163.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 70 (27.73% from 255) = 14.89%
BLUE value IS 233 (91.41% from 255) = 49.57%
R=35.53%
G=14.89%
B=49.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167702330.280.7000.09275.7178.7459.41
HexA746E91C46091144f3b
Octal2471063513410601142411773
Binary10100111100011011101001111001000110010011000101001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A746E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A746E9; }

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

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

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

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

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

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

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

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