#A771E5

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

Shades of Medium Purple #A771E5

Tints of Medium Purple #A771E5

Color information

#A771E5 (or 0xA771E5) is unknown color: approx Medium Purple. HEX triplet: A7, 71 and E5. RGB value is (167,113,229). Sum of RGB (Red+Green+Blue) = 167+113+229=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A771E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771E5 is #588E1A. Grayscale: #8D8D8D. Windows color (decimal): -5803547 or 15036839. OLE color: 15036839.

HSL color Cylindrical-coordinate representation of color #A771E5: hue angle of 267.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A771E5 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB167113229-
CMYK0.270.5100.10
HSL267.93º69.05%67.06%-
HSV(B)267.93º50.66%89.8%-
XYZ35.9825.6877.19-
YUV142.37176.89145.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=32.81%
G=22.20%
B=44.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1671132290.270.5100.10267.9369.0567.06
HexA771E51B330A10c4543
Octal2471613453363012414105103
Binary10100111111000111100101110111100110101010000110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A771E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A771E5; }

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

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

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

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

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

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

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

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