#AB58FB

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

Shades of Medium Purple #AB58FB

Tints of Medium Purple #AB58FB

Color information

#AB58FB (or 0xAB58FB) is unknown color: approx Medium Purple. HEX triplet: AB, 58 and FB. RGB value is (171,88,251). Sum of RGB (Red+Green+Blue) = 171+88+251=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FB is #54A704. Grayscale: #828282. Windows color (decimal): -5547781 or 16472235. OLE color: 16472235.

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

Color convert

RGB17188251-
CMYK0.320.6500.02
HSL270.55º95.32%66.47%-
HSV(B)270.55º64.94%98.43%-
XYZ37.722.693.64-
YUV131.4195.5156.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 88 (34.77% from 255) = 17.25%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=33.53%
G=17.25%
B=49.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171882510.320.6500.02270.5595.3266.47
HexAB58FB20410210f5f42
Octal2531303734010102417137102
Binary10101011101100011111011100000100000101010000111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58FB; }

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

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

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

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

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

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

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

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