#AA80FF

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

Shades of Light Slate Blue #AA80FF

Tints of Light Slate Blue #AA80FF

Color information

#AA80FF (or 0xAA80FF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 80 and FF. RGB value is (170,128,255). Sum of RGB (Red+Green+Blue) = 170+128+255=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FF is #557F00. Grayscale: #9A9A9A. Windows color (decimal): -5603073 or 16744618. OLE color: 16744618.

HSL color Cylindrical-coordinate representation of color #AA80FF: hue angle of 259.84º 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 #AA80FF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170128255-
CMYK0.330.5000
HSL259.84º100%75.1%-
HSV(B)259.84º49.8%100%-
XYZ42.3531.298.4-
YUV155.04184.41138.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 255 (100% from 255) = 46.11%
R=30.74%
G=23.15%
B=46.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701282550.330.5000259.8410075.1
HexAA80FF213200104644b
Octal252200377416200404144113
Binary1010101010000000111111111000011100100010000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80FF; }

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

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

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

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

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

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

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

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