#ab71fb

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

Shades of Medium Purple #AB71FB

Tints of Medium Purple #AB71FB

Color information

#AB71FB (or 0xAB71FB) is unknown color: approx Medium Purple. HEX triplet: AB, 71 and FB. RGB value is (171,113,251). Sum of RGB (Red+Green+Blue) = 171+113+251=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 113 (44.53% from 255 or 21.12% 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 #AB71FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71FB is #548E04. Grayscale: #919191. Windows color (decimal): -5541381 or 16478635. OLE color: 16478635.

HSL color Cylindrical-coordinate representation of color #AB71FB: hue angle of 265.22º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB71FB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171113251-
CMYK0.320.5500.02
HSL265.22º94.52%71.37%-
HSV(B)265.22º54.98%98.43%-
XYZ40.1127.4394.45-
YUV146.07187.22145.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=31.96%
G=21.12%
B=46.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711132510.320.5500.02265.2294.5271.37
HexAB71FB2037021095f47
Octal253161373406702411137107
Binary1010101111100011111101110000011011101010000100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab71fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab71fb; }

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

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

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

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

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

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

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

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