#A775F1

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

Shades of Medium Purple #A775F1

Tints of Medium Purple #A775F1

Color information

#A775F1 (or 0xA775F1) is unknown color: approx Medium Purple. HEX triplet: A7, 75 and F1. RGB value is (167,117,241). Sum of RGB (Red+Green+Blue) = 167+117+241=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #A775F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775F1 is #588A0E. Grayscale: #919191. Windows color (decimal): -5802511 or 15824295. OLE color: 15824295.

HSL color Cylindrical-coordinate representation of color #A775F1: hue angle of 264.19º degrees, saturation: 0.82, 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 #A775F1 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167117241-
CMYK0.310.5100.05
HSL264.19º81.58%70.2%-
HSV(B)264.19º51.45%94.51%-
XYZ38.1727.2986.47-
YUV146.09181.56142.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 117 (46.09% from 255) = 22.29%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=31.81%
G=22.29%
B=45.90%

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
Decimal1671172410.310.5100.05264.1981.5870.2
HexA775F11F33051085246
Octal247165361376305410122106
Binary1010011111101011111000111111110011010110000100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775F1; }

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

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

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

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

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

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

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

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