#A77FEC

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

Shades of Medium Purple #A77FEC

Tints of Medium Purple #A77FEC

Color information

#A77FEC (or 0xA77FEC) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and EC. RGB value is (167,127,236). Sum of RGB (Red+Green+Blue) = 167+127+236=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #A77FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FEC is #588013. Grayscale: #969696. Windows color (decimal): -5799956 or 15499175. OLE color: 15499175.

HSL color Cylindrical-coordinate representation of color #A77FEC: hue angle of 262.02º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A77FEC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167127236-
CMYK0.290.4600.07
HSL262.02º74.15%71.18%-
HSV(B)262.02º46.19%92.55%-
XYZ38.6729.4583-
YUV151.39175.75139.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=31.51%
G=23.96%
B=44.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671272360.290.4600.07262.0274.1571.18
HexA77FEC1D2E071064a47
Octal247177354355607406112107
Binary1010011111111111110110011101101110011110000011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FEC; }

 p { color: rgb(167,127,236); }

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

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

 a { background-color: rgb(167,127,236); }

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

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

 span { border-color: rgb(167,127,236); }

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