#AB7DEB

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

Shades of Medium Purple #AB7DEB

Tints of Medium Purple #AB7DEB

Color information

#AB7DEB (or 0xAB7DEB) is unknown color: approx Medium Purple. HEX triplet: AB, 7D and EB. RGB value is (171,125,235). Sum of RGB (Red+Green+Blue) = 171+125+235=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DEB is #548214. Grayscale: #969696. Windows color (decimal): -5538325 or 15433131. OLE color: 15433131.

HSL color Cylindrical-coordinate representation of color #AB7DEB: hue angle of 265.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7DEB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171125235-
CMYK0.270.4700.08
HSL265.09º73.33%70.59%-
HSV(B)265.09º46.81%92.16%-
XYZ39.1229.3282.2-
YUV151.29175.24142.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=32.20%
G=23.54%
B=44.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711252350.270.4700.08265.0973.3370.59
HexAB7DEB1B2F081094947
Octal2531753533357010411111107
Binary10101011111110111101011110111011110100010000100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DEB; }

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

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

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

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

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

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

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

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