#AB80F6

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

Shades of Medium Purple #AB80F6

Tints of Medium Purple #AB80F6

Color information

#AB80F6 (or 0xAB80F6) is unknown color: approx Medium Purple. HEX triplet: AB, 80 and F6. RGB value is (171,128,246). Sum of RGB (Red+Green+Blue) = 171+128+246=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80F6 is #547F09. Grayscale: #999999. Windows color (decimal): -5537546 or 16154795. OLE color: 16154795.

HSL color Cylindrical-coordinate representation of color #AB80F6: hue angle of 261.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB80F6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171128246-
CMYK0.300.4800.04
HSL261.86º86.76%73.33%-
HSV(B)261.86º47.97%96.47%-
XYZ41.1530.7590.96-
YUV154.31179.75139.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=31.38%
G=23.49%
B=45.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711282460.300.4800.04261.8686.7673.33
HexAB80F61E30041065749
Octal253200366366004406127111
Binary10101011100000001111011011110110000010010000011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80F6; }

 p { color: rgb(171,128,246); }

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

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

 a { background-color: rgb(171,128,246); }

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

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

 span { border-color: rgb(171,128,246); }

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