#AB7DDF

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

Shades of Medium Purple #AB7DDF

Tints of Medium Purple #AB7DDF

Color information

#AB7DDF (or 0xAB7DDF) is unknown color: approx Medium Purple. HEX triplet: AB, 7D and DF. RGB value is (171,125,223). Sum of RGB (Red+Green+Blue) = 171+125+223=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDF is #548220. Grayscale: #959595. Windows color (decimal): -5538337 or 14646699. OLE color: 14646699.

HSL color Cylindrical-coordinate representation of color #AB7DDF: hue angle of 268.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7DDF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171125223-
CMYK0.230.4400.13
HSL268.16º60.49%68.24%-
HSV(B)268.16º43.95%87.45%-
XYZ37.4528.6573.37-
YUV149.93169.24143.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=32.95%
G=24.08%
B=42.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711252230.230.4400.13268.1660.4968.24
HexAB7DDF172C0D10c3c44
Octal253175337275401541474104
Binary1010101111111011101111110111101100011011000011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DDF; }

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

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

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

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

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

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

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

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