#A77CFB

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

Shades of Medium Purple #A77CFB

Tints of Medium Purple #A77CFB

Color information

#A77CFB (or 0xA77CFB) is unknown color: approx Medium Purple. HEX triplet: A7, 7C and FB. RGB value is (167,124,251). Sum of RGB (Red+Green+Blue) = 167+124+251=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A77CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFB is #588304. Grayscale: #969696. Windows color (decimal): -5800709 or 16481447. OLE color: 16481447.

HSL color Cylindrical-coordinate representation of color #A77CFB: hue angle of 260.31º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77CFB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167124251-
CMYK0.330.5100.02
HSL260.31º94.07%73.53%-
HSV(B)260.31º50.6%98.43%-
XYZ40.5629.694.84-
YUV151.34184.25139.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.81%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=30.81%
G=22.88%
B=46.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671242510.330.5100.02260.3194.0773.53
HexA77CFB2133021045e4a
Octal247174373416302404136112
Binary1010011111111001111101110000111001101010000010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CFB; }

 p { color: rgb(167,124,251); }

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

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

 a { background-color: rgb(167,124,251); }

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

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

 span { border-color: rgb(167,124,251); }

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