#A771E3

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

Shades of Medium Purple #A771E3

Tints of Medium Purple #A771E3

Color information

#A771E3 (or 0xA771E3) is unknown color: approx Medium Purple. HEX triplet: A7, 71 and E3. RGB value is (167,113,227). Sum of RGB (Red+Green+Blue) = 167+113+227=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #A771E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771E3 is #588E1C. Grayscale: #8D8D8D. Windows color (decimal): -5803549 or 14905767. OLE color: 14905767.

HSL color Cylindrical-coordinate representation of color #A771E3: hue angle of 268.42º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A771E3 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167113227-
CMYK0.260.5000.11
HSL268.42º67.06%66.67%-
HSV(B)268.42º50.22%89.02%-
XYZ35.7125.5775.73-
YUV142.14175.89145.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=32.94%
G=22.29%
B=44.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671132270.260.5000.11268.4267.0666.67
HexA771E31A320B10c4343
Octal2471613433262013414103103
Binary10100111111000111100011110101100100101110000110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A771E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A771E3; }

 p { color: rgb(167,113,227); }

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

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

 a { background-color: rgb(167,113,227); }

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

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

 span { border-color: rgb(167,113,227); }

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