#AB7AEE

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

Shades of Medium Purple #AB7AEE

Tints of Medium Purple #AB7AEE

Color information

#AB7AEE (or 0xAB7AEE) is unknown color: approx Medium Purple. HEX triplet: AB, 7A and EE. RGB value is (171,122,238). Sum of RGB (Red+Green+Blue) = 171+122+238=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB7AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AEE is #548511. Grayscale: #959595. Windows color (decimal): -5539090 or 15628971. OLE color: 15628971.

HSL color Cylindrical-coordinate representation of color #AB7AEE: hue angle of 265.34º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7AEE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171122238-
CMYK0.280.4900.07
HSL265.34º77.33%70.59%-
HSV(B)265.34º48.74%93.33%-
XYZ39.1928.7584.37-
YUV149.88177.73143.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=32.20%
G=22.98%
B=44.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711222380.280.4900.07265.3477.3370.59
HexAB7AEE1C31071094d47
Octal253172356346107411115107
Binary1010101111110101110111011100110001011110000100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7AEE; }

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

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

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

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

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

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

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

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