#AA86FF

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

Shades of Light Slate Blue #AA86FF

Tints of Light Slate Blue #AA86FF

Color information

#AA86FF (or 0xAA86FF) is unknown color: approx Light Slate Blue. HEX triplet: AA, 86 and FF. RGB value is (170,134,255). Sum of RGB (Red+Green+Blue) = 170+134+255=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86FF is #557900. Grayscale: #9E9E9E. Windows color (decimal): -5601537 or 16746154. OLE color: 16746154.

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

Color convert

RGB170134255-
CMYK0.330.4700
HSL257.85º100%76.27%-
HSV(B)257.85º47.45%100%-
XYZ43.1532.8298.67-
YUV158.56182.43136.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 255 (100% from 255) = 45.62%
R=30.41%
G=23.97%
B=45.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701342550.330.4700257.8510076.27
HexAA86FF212F00102644c
Octal252206377415700402144114
Binary1010101010000110111111111000011011110010000001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86FF; }

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

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

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

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

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

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

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

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