#A774F1

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

Shades of Medium Purple #A774F1

Tints of Medium Purple #A774F1

Color information

#A774F1 (or 0xA774F1) is unknown color: approx Medium Purple. HEX triplet: A7, 74 and F1. RGB value is (167,116,241). Sum of RGB (Red+Green+Blue) = 167+116+241=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #A774F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A774F1 is #588B0E. Grayscale: #919191. Windows color (decimal): -5802767 or 15824039. OLE color: 15824039.

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

Color convert

RGB167116241-
CMYK0.310.5200.05
HSL264.48º81.7%70%-
HSV(B)264.48º51.87%94.51%-
XYZ38.0627.0686.44-
YUV145.5181.9143.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 116 (45.70% from 255) = 22.14%
BLUE value IS 241 (94.53% from 255) = 45.99%
R=31.87%
G=22.14%
B=45.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671162410.310.5200.05264.4881.770
HexA774F11F34051085246
Octal247164361376405410122106
Binary1010011111101001111000111111110100010110000100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774F1; }

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

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

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

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

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

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

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

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