#A46BE6

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

Shades of Medium Purple #A46BE6

Tints of Medium Purple #A46BE6

Color information

#A46BE6 (or 0xA46BE6) is unknown color: approx Medium Purple. HEX triplet: A4, 6B and E6. RGB value is (164,107,230). Sum of RGB (Red+Green+Blue) = 164+107+230=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #A46BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BE6 is #5B9419. Grayscale: #898989. Windows color (decimal): -6001690 or 15100836. OLE color: 15100836.

HSL color Cylindrical-coordinate representation of color #A46BE6: hue angle of 267.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A46BE6 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164107230-
CMYK0.290.5300.10
HSL267.8º71.1%66.08%-
HSV(B)267.8º53.48%90.2%-
XYZ34.8524.1277.68-
YUV138.06179.88146.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 230 (90.23% from 255) = 45.91%
R=32.73%
G=21.36%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1641072300.290.5300.10267.871.166.08
HexA46BE61D350A10c4742
Octal2441533463565012414107102
Binary10100100110101111100110111011101010101010000110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BE6; }

 p { color: rgb(164,107,230); }

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

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

 a { background-color: rgb(164,107,230); }

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

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

 span { border-color: rgb(164,107,230); }

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