#AB7DFB

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

Shades of Medium Purple #AB7DFB

Tints of Medium Purple #AB7DFB

Color information

#AB7DFB (or 0xAB7DFB) is unknown color: approx Medium Purple. HEX triplet: AB, 7D and FB. RGB value is (171,125,251). Sum of RGB (Red+Green+Blue) = 171+125+251=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFB is #548204. Grayscale: #989898. Windows color (decimal): -5538309 or 16481707. OLE color: 16481707.

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

Color convert

RGB171125251-
CMYK0.320.5000.02
HSL261.9º94.03%73.73%-
HSV(B)261.9º50.2%98.43%-
XYZ41.5430.2994.92-
YUV153.12183.24140.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=31.26%
G=22.85%
B=45.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711252510.320.5000.02261.994.0373.73
HexAB7DFB2032021065e4a
Octal253175373406202406136112
Binary1010101111111011111101110000011001001010000011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DFB; }

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

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

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

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

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

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

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

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