#AB76FB

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

Shades of Medium Purple #AB76FB

Tints of Medium Purple #AB76FB

Color information

#AB76FB (or 0xAB76FB) is unknown color: approx Medium Purple. HEX triplet: AB, 76 and FB. RGB value is (171,118,251). Sum of RGB (Red+Green+Blue) = 171+118+251=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB76FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76FB is #548904. Grayscale: #949494. Windows color (decimal): -5540101 or 16479915. OLE color: 16479915.

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

Color convert

RGB171118251-
CMYK0.320.5300.02
HSL263.91º94.33%72.35%-
HSV(B)263.91º52.99%98.43%-
XYZ40.6928.5894.64-
YUV149.01185.56143.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 118 (46.48% from 255) = 21.85%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=31.67%
G=21.85%
B=46.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711182510.320.5300.02263.9194.3372.35
HexAB76FB2035021085e48
Octal253166373406502410136110
Binary1010101111101101111101110000011010101010000100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76FB; }

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

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

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

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

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

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

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

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