#A47BE7

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

Shades of Medium Purple #A47BE7

Tints of Medium Purple #A47BE7

Color information

#A47BE7 (or 0xA47BE7) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and E7. RGB value is (164,123,231). Sum of RGB (Red+Green+Blue) = 164+123+231=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #A47BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BE7 is #5B8418. Grayscale: #939393. Windows color (decimal): -5997593 or 15170468. OLE color: 15170468.

HSL color Cylindrical-coordinate representation of color #A47BE7: hue angle of 262.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A47BE7 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164123231-
CMYK0.290.4700.09
HSL262.78º69.23%69.41%-
HSV(B)262.78º46.75%90.59%-
XYZ36.8227.8379.03-
YUV147.57175.08139.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=31.66%
G=23.75%
B=44.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641232310.290.4700.09262.7869.2369.41
HexA47BE71D2F091074545
Octal2441733473557011407105105
Binary10100100111101111100111111011011110100110000011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BE7; }

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

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

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

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

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

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

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

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