#A77FED

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

Shades of Medium Purple #A77FED

Tints of Medium Purple #A77FED

Color information

#A77FED (or 0xA77FED) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and ED. RGB value is (167,127,237). Sum of RGB (Red+Green+Blue) = 167+127+237=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #A77FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FED is #588012. Grayscale: #979797. Windows color (decimal): -5799955 or 15564711. OLE color: 15564711.

HSL color Cylindrical-coordinate representation of color #A77FED: hue angle of 261.82º degrees, saturation: 0.75, 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 #A77FED is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167127237-
CMYK0.300.4600.07
HSL261.82º75.34%71.37%-
HSV(B)261.82º46.41%92.94%-
XYZ38.8129.5183.77-
YUV151.5176.25139.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=31.45%
G=23.92%
B=44.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671272370.300.4600.07261.8275.3471.37
HexA77FED1E2E071064b47
Octal247177355365607406113107
Binary1010011111111111110110111110101110011110000011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FED; }

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

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

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

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

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

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

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

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