#A775F8

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

Shades of Medium Purple #A775F8

Tints of Medium Purple #A775F8

Color information

#A775F8 (or 0xA775F8) is unknown color: approx Medium Purple. HEX triplet: A7, 75 and F8. RGB value is (167,117,248). Sum of RGB (Red+Green+Blue) = 167+117+248=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #A775F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A775F8 is #588A07. Grayscale: #929292. Windows color (decimal): -5802504 or 16283047. OLE color: 16283047.

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

Color convert

RGB167117248-
CMYK0.330.5300.03
HSL262.9º90.34%71.57%-
HSV(B)262.9º52.82%97.25%-
XYZ39.2427.7292.09-
YUV146.88185.06142.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=31.39%
G=21.99%
B=46.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671172480.330.5300.03262.990.3471.57
HexA775F82135031075a48
Octal247165370416503407132110
Binary1010011111101011111100010000111010101110000011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775F8; }

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

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

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

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

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

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

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

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