#AB80FF

Color #AB80FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #AB80FF

Tints of Light Slate Blue #AB80FF

Color information

#AB80FF (or 0xAB80FF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 80 and FF. RGB value is (171,128,255). Sum of RGB (Red+Green+Blue) = 171+128+255=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80FF is #547F00. Grayscale: #9A9A9A. Windows color (decimal): -5537537 or 16744619. OLE color: 16744619.

HSL color Cylindrical-coordinate representation of color #AB80FF: hue angle of 260.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB80FF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171128255-
CMYK0.330.5000
HSL260.31º100%75.1%-
HSV(B)260.31º49.8%100%-
XYZ42.5631.3298.41-
YUV155.33184.25139.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 255 (100% from 255) = 46.03%
R=30.87%
G=23.10%
B=46.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711282550.330.5000260.3110075.1
HexAB80FF213200104644b
Octal253200377416200404144113
Binary1010101110000000111111111000011100100010000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB80FF; }

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

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

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

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

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

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

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

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