#AB7DE6

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

Shades of Medium Purple #AB7DE6

Tints of Medium Purple #AB7DE6

Color information

#AB7DE6 (or 0xAB7DE6) is unknown color: approx Medium Purple. HEX triplet: AB, 7D and E6. RGB value is (171,125,230). Sum of RGB (Red+Green+Blue) = 171+125+230=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB7DE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DE6 is #548219. Grayscale: #969696. Windows color (decimal): -5538330 or 15105451. OLE color: 15105451.

HSL color Cylindrical-coordinate representation of color #AB7DE6: hue angle of 266.29º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7DE6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171125230-
CMYK0.260.4600.10
HSL266.29º67.74%69.61%-
HSV(B)266.29º45.65%90.2%-
XYZ38.4129.0478.44-
YUV150.72172.74142.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=32.51%
G=23.76%
B=43.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711252300.260.4600.10266.2967.7469.61
HexAB7DE61A2E0A10a4446
Octal2531753463256012412104106
Binary10101011111110111100110110101011100101010000101010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DE6; }

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

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

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

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

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

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

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

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