#A776F1

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

Shades of Medium Purple #A776F1

Tints of Medium Purple #A776F1

Color information

#A776F1 (or 0xA776F1) is unknown color: approx Medium Purple. HEX triplet: A7, 76 and F1. RGB value is (167,118,241). Sum of RGB (Red+Green+Blue) = 167+118+241=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #A776F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A776F1 is #58890E. Grayscale: #929292. Windows color (decimal): -5802255 or 15824551. OLE color: 15824551.

HSL color Cylindrical-coordinate representation of color #A776F1: hue angle of 263.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A776F1 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167118241-
CMYK0.310.5100.05
HSL263.9º81.46%70.39%-
HSV(B)263.9º51.04%94.51%-
XYZ38.2927.5286.51-
YUV146.67181.23142.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=31.75%
G=22.43%
B=45.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671182410.310.5100.05263.981.4670.39
HexA776F11F33051085146
Octal247166361376305410121106
Binary1010011111101101111000111111110011010110000100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776F1; }

 p { color: rgb(167,118,241); }

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

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

 a { background-color: rgb(167,118,241); }

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

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

 span { border-color: rgb(167,118,241); }

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