#A77FFA

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

Shades of Medium Purple #A77FFA

Tints of Medium Purple #A77FFA

Color information

#A77FFA (or 0xA77FFA) is unknown color: approx Medium Purple. HEX triplet: A7, 7F and FA. RGB value is (167,127,250). Sum of RGB (Red+Green+Blue) = 167+127+250=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #A77FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FFA is #588005. Grayscale: #989898. Windows color (decimal): -5799942 or 16416679. OLE color: 16416679.

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

Color convert

RGB167127250-
CMYK0.330.4900.02
HSL259.51º92.48%73.92%-
HSV(B)259.51º49.2%98.04%-
XYZ40.7830.394.14-
YUV152.98182.75138-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=30.70%
G=23.35%
B=45.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671272500.330.4900.02259.5192.4873.92
HexA77FFA2131021045c4a
Octal247177372416102404134112
Binary1010011111111111111101010000111000101010000010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FFA; }

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

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

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

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

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

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

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

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