#AA89FF

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

Shades of Light Slate Blue #AA89FF

Tints of Light Slate Blue #AA89FF

Color information

#AA89FF (or 0xAA89FF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 89 and FF. RGB value is (170,137,255). Sum of RGB (Red+Green+Blue) = 170+137+255=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89FF is #557600. Grayscale: #9F9F9F. Windows color (decimal): -5600769 or 16746922. OLE color: 16746922.

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

Color convert

RGB170137255-
CMYK0.330.4600
HSL256.78º100%76.86%-
HSV(B)256.78º46.27%100%-
XYZ43.5733.6698.81-
YUV160.32181.43134.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 255 (100% from 255) = 45.37%
R=30.25%
G=24.38%
B=45.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701372550.330.4600256.7810076.86
HexAA89FF212E00101644d
Octal252211377415600401144115
Binary1010101010001001111111111000011011100010000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89FF; }

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

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

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

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

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

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

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

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