#AB6AEE

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

Shades of Medium Purple #AB6AEE

Tints of Medium Purple #AB6AEE

Color information

#AB6AEE (or 0xAB6AEE) is unknown color: approx Medium Purple. HEX triplet: AB, 6A and EE. RGB value is (171,106,238). Sum of RGB (Red+Green+Blue) = 171+106+238=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AEE is #549511. Grayscale: #8C8C8C. Windows color (decimal): -5543186 or 15624875. OLE color: 15624875.

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

Color convert

RGB171106238-
CMYK0.280.5500.07
HSL269.55º79.52%67.45%-
HSV(B)269.55º55.46%93.33%-
XYZ37.3825.1483.77-
YUV140.48183.03149.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=33.20%
G=20.58%
B=46.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711062380.280.5500.07269.5579.5267.45
HexAB6AEE1C370710e5043
Octal253152356346707416120103
Binary1010101111010101110111011100110111011110000111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6AEE; }

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

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

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

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

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

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

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

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