#AB7AE7

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

Shades of Medium Purple #AB7AE7

Tints of Medium Purple #AB7AE7

Color information

#AB7AE7 (or 0xAB7AE7) is unknown color: approx Medium Purple. HEX triplet: AB, 7A and E7. RGB value is (171,122,231). Sum of RGB (Red+Green+Blue) = 171+122+231=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB7AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AE7 is #548518. Grayscale: #949494. Windows color (decimal): -5539097 or 15170219. OLE color: 15170219.

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

Color convert

RGB171122231-
CMYK0.260.4700.09
HSL266.97º69.43%69.22%-
HSV(B)266.97º47.19%90.59%-
XYZ38.1828.3579.06-
YUV149.08174.23143.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=32.63%
G=23.28%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711222310.260.4700.09266.9769.4369.22
HexAB7AE71A2F0910b4545
Octal2531723473257011413105105
Binary10101011111101011100111110101011110100110000101110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AE7; }

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

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

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

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

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

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

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

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