#A775FB

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

Shades of Medium Purple #A775FB

Tints of Medium Purple #A775FB

Color information

#A775FB (or 0xA775FB) is unknown color: approx Medium Purple. HEX triplet: A7, 75 and FB. RGB value is (167,117,251). Sum of RGB (Red+Green+Blue) = 167+117+251=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A775FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775FB is #588A04. Grayscale: #929292. Windows color (decimal): -5802501 or 16479655. OLE color: 16479655.

HSL color Cylindrical-coordinate representation of color #A775FB: hue angle of 262.39º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A775FB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167117251-
CMYK0.330.5300.02
HSL262.39º94.37%72.16%-
HSV(B)262.39º53.39%98.43%-
XYZ39.7127.994.56-
YUV147.23186.56142.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=31.21%
G=21.87%
B=46.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671172510.330.5300.02262.3994.3772.16
HexA775FB2135021065e48
Octal247165373416502406136110
Binary1010011111101011111101110000111010101010000011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775FB; }

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

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

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

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

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

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

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

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