#AB78F7

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

Shades of Medium Purple #AB78F7

Tints of Medium Purple #AB78F7

Color information

#AB78F7 (or 0xAB78F7) is unknown color: approx Medium Purple. HEX triplet: AB, 78 and F7. RGB value is (171,120,247). Sum of RGB (Red+Green+Blue) = 171+120+247=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB78F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78F7 is #548708. Grayscale: #959595. Windows color (decimal): -5539593 or 16218283. OLE color: 16218283.

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

Color convert

RGB171120247-
CMYK0.310.5100.03
HSL264.09º88.81%71.96%-
HSV(B)264.09º51.42%96.86%-
XYZ40.328.8191.43-
YUV149.73182.9143.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 120 (47.27% from 255) = 22.30%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=31.78%
G=22.30%
B=45.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711202470.310.5100.03264.0988.8171.96
HexAB78F71F33031085948
Octal253170367376303410131110
Binary101010111111000111101111111111001101110000100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78F7; }

 p { color: rgb(171,120,247); }

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

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

 a { background-color: rgb(171,120,247); }

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

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

 span { border-color: rgb(171,120,247); }

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