#a47be2

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

Shades of Medium Purple #A47BE2

Tints of Medium Purple #A47BE2

Color information

#A47BE2 (or 0xA47BE2) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and E2. RGB value is (164,123,226). Sum of RGB (Red+Green+Blue) = 164+123+226=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #A47BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BE2 is #5B841D. Grayscale: #929292. Windows color (decimal): -5997598 or 14842788. OLE color: 14842788.

HSL color Cylindrical-coordinate representation of color #A47BE2: hue angle of 263.88º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47BE2 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164123226-
CMYK0.270.4600.11
HSL263.88º63.98%68.43%-
HSV(B)263.88º45.58%88.63%-
XYZ36.1227.5575.37-
YUV147172.58140.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=31.97%
G=23.98%
B=44.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641232260.270.4600.11263.8863.9868.43
HexA47BE21B2E0B1084044
Octal2441733423356013410100104
Binary10100100111101111100010110111011100101110000100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47be2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47be2; }

 p { color: rgb(164,123,226); }

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

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

 a { background-color: rgb(164,123,226); }

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

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

 span { border-color: rgb(164,123,226); }

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