#AB71F7

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

Shades of Medium Purple #AB71F7

Tints of Medium Purple #AB71F7

Color information

#AB71F7 (or 0xAB71F7) is unknown color: approx Medium Purple. HEX triplet: AB, 71 and F7. RGB value is (171,113,247). Sum of RGB (Red+Green+Blue) = 171+113+247=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB71F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71F7 is #548E08. Grayscale: #919191. Windows color (decimal): -5541385 or 16216491. OLE color: 16216491.

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

Color convert

RGB171113247-
CMYK0.310.5400.03
HSL265.97º89.33%70.59%-
HSV(B)265.97º54.25%96.86%-
XYZ39.4927.1891.16-
YUV145.62185.22146.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=32.20%
G=21.28%
B=46.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711132470.310.5400.03265.9789.3370.59
HexAB71F71F360310a5947
Octal253161367376603412131107
Binary101010111110001111101111111111011001110000101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71F7; }

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

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

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

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

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

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

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

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