#AB7AE1

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

Shades of Medium Purple #AB7AE1

Tints of Medium Purple #AB7AE1

Color information

#AB7AE1 (or 0xAB7AE1) is unknown color: approx Medium Purple. HEX triplet: AB, 7A and E1. RGB value is (171,122,225). Sum of RGB (Red+Green+Blue) = 171+122+225=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB7AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AE1 is #54851E. Grayscale: #949494. Windows color (decimal): -5539103 or 14777003. OLE color: 14777003.

HSL color Cylindrical-coordinate representation of color #AB7AE1: hue angle of 268.54º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7AE1 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171122225-
CMYK0.240.4600.12
HSL268.54º63.19%68.04%-
HSV(B)268.54º45.78%88.24%-
XYZ37.3428.0174.67-
YUV148.39171.23144.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=33.01%
G=23.55%
B=43.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711222250.240.4600.12268.5463.1968.04
HexAB7AE1182E0C10d3f44
Octal253172341305601441577104
Binary1010101111110101110000111000101110011001000011011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AE1; }

 p { color: rgb(171,122,225); }

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

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

 a { background-color: rgb(171,122,225); }

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

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

 span { border-color: rgb(171,122,225); }

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