#A46BE0

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

Shades of Medium Purple #A46BE0

Tints of Medium Purple #A46BE0

Color information

#A46BE0 (or 0xA46BE0) is unknown color: approx Medium Purple. HEX triplet: A4, 6B and E0. RGB value is (164,107,224). Sum of RGB (Red+Green+Blue) = 164+107+224=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #A46BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BE0 is #5B941F. Grayscale: #888888. Windows color (decimal): -6001696 or 14707620. OLE color: 14707620.

HSL color Cylindrical-coordinate representation of color #A46BE0: hue angle of 269.23º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A46BE0 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164107224-
CMYK0.270.5200.12
HSL269.23º65.36%64.9%-
HSV(B)269.23º52.23%87.84%-
XYZ34.0223.7973.32-
YUV137.38176.88146.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=33.13%
G=21.62%
B=45.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641072240.270.5200.12269.2365.3664.9
HexA46BE01B340C10d4141
Octal2441533403364014415101101
Binary10100100110101111100000110111101000110010000110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BE0; }

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

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

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

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

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

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

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

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