#A77BF8

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

Shades of Medium Purple #A77BF8

Tints of Medium Purple #A77BF8

Color information

#A77BF8 (or 0xA77BF8) is unknown color: approx Medium Purple. HEX triplet: A7, 7B and F8. RGB value is (167,123,248). Sum of RGB (Red+Green+Blue) = 167+123+248=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #A77BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77BF8 is #588407. Grayscale: #959595. Windows color (decimal): -5800968 or 16284583. OLE color: 16284583.

HSL color Cylindrical-coordinate representation of color #A77BF8: hue angle of 261.12º degrees, saturation: 0.9, 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 #A77BF8 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167123248-
CMYK0.330.5000.03
HSL261.12º89.93%72.75%-
HSV(B)261.12º50.4%97.25%-
XYZ39.9629.1692.33-
YUV150.41183.08139.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.04%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 248 (97.27% from 255) = 46.10%
R=31.04%
G=22.86%
B=46.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671232480.330.5000.03261.1289.9372.75
HexA77BF82132031055a49
Octal247173370416203405132111
Binary1010011111110111111100010000111001001110000010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BF8; }

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

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

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

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

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

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

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

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