#A77FEB

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

Shades of Medium Purple #A77FEB

Tints of Medium Purple #A77FEB

Color information

#A77FEB (or 0xA77FEB) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and EB. RGB value is (167,127,235). Sum of RGB (Red+Green+Blue) = 167+127+235=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #A77FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FEB is #588014. Grayscale: #969696. Windows color (decimal): -5799957 or 15433639. OLE color: 15433639.

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

Color convert

RGB167127235-
CMYK0.290.4600.08
HSL262.22º72.97%70.98%-
HSV(B)262.22º45.96%92.16%-
XYZ38.5229.3982.24-
YUV151.27175.25139.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=31.57%
G=24.01%
B=44.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671272350.290.4600.08262.2272.9770.98
HexA77FEB1D2E081064947
Octal2471773533556010406111107
Binary10100111111111111101011111011011100100010000011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FEB; }

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

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

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

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

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

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

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

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