#AA80FE

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

Shades of Light Slate Blue #AA80FE

Tints of Light Slate Blue #AA80FE

Color information

#AA80FE (or 0xAA80FE) is unknown color: approx Light Slate Blue. HEX triplet: AA, 80 and FE. RGB value is (170,128,254). Sum of RGB (Red+Green+Blue) = 170+128+254=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FE is #557F01. Grayscale: #9A9A9A. Windows color (decimal): -5603074 or 16679082. OLE color: 16679082.

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

Color convert

RGB170128254-
CMYK0.330.5000.00
HSL260º98.44%74.9%-
HSV(B)260º49.61%99.61%-
XYZ42.1931.1497.55-
YUV154.92183.91138.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=30.80%
G=23.19%
B=46.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701282540.330.5000.0026098.4474.9
HexAA80FE213200104624b
Octal252200376416200404142113
Binary1010101010000000111111101000011100100010000010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80FE; }

 p { color: rgb(170,128,254); }

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

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

 a { background-color: rgb(170,128,254); }

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

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

 span { border-color: rgb(170,128,254); }

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