#A77BF7

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

Shades of Medium Purple #A77BF7

Tints of Medium Purple #A77BF7

Color information

#A77BF7 (or 0xA77BF7) is unknown color: approx Medium Purple. HEX triplet: A7, 7B and F7. RGB value is (167,123,247). Sum of RGB (Red+Green+Blue) = 167+123+247=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #A77BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BF7 is #588408. Grayscale: #959595. Windows color (decimal): -5800969 or 16219047. OLE color: 16219047.

HSL color Cylindrical-coordinate representation of color #A77BF7: hue angle of 261.29º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77BF7 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167123247-
CMYK0.320.5000.03
HSL261.29º88.57%72.55%-
HSV(B)261.29º50.2%96.86%-
XYZ39.8129.191.51-
YUV150.29182.58139.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 247 (96.88% from 255) = 46.00%
R=31.10%
G=22.91%
B=46.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671232470.320.5000.03261.2988.5772.55
HexA77BF72032031055949
Octal247173367406203405131111
Binary1010011111110111111011110000011001001110000010110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BF7; }

 p { color: rgb(167,123,247); }

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

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

 a { background-color: rgb(167,123,247); }

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

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

 span { border-color: rgb(167,123,247); }

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