#ab71e7

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

Shades of Medium Purple #AB71E7

Tints of Medium Purple #AB71E7

Color information

#AB71E7 (or 0xAB71E7) is unknown color: approx Medium Purple. HEX triplet: AB, 71 and E7. RGB value is (171,113,231). Sum of RGB (Red+Green+Blue) = 171+113+231=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB71E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71E7 is #548E18. Grayscale: #8F8F8F. Windows color (decimal): -5541401 or 15167915. OLE color: 15167915.

HSL color Cylindrical-coordinate representation of color #AB71E7: hue angle of 269.49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB71E7 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171113231-
CMYK0.260.5100.09
HSL269.49º71.08%67.45%-
HSV(B)269.49º51.08%90.59%-
XYZ37.1226.2478.71-
YUV143.79177.22147.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 231 (90.62% from 255) = 44.85%
R=33.20%
G=21.94%
B=44.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711132310.260.5100.09269.4971.0867.45
HexAB71E71A330910d4743
Octal2531613473263011415107103
Binary10101011111000111100111110101100110100110000110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab71e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab71e7; }

 p { color: rgb(171,113,231); }

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

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

 a { background-color: rgb(171,113,231); }

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

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

 span { border-color: rgb(171,113,231); }

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