#AA86FE

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

Shades of Light Slate Blue #AA86FE

Tints of Light Slate Blue #AA86FE

Color information

#AA86FE (or 0xAA86FE) is unknown color: approx Light Slate Blue. HEX triplet: AA, 86 and FE. RGB value is (170,134,254). Sum of RGB (Red+Green+Blue) = 170+134+254=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86FE is #557901. Grayscale: #9E9E9E. Windows color (decimal): -5601538 or 16680618. OLE color: 16680618.

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

Color convert

RGB170134254-
CMYK0.330.4700.00
HSL258º98.36%76.08%-
HSV(B)258º47.24%99.61%-
XYZ42.9932.7597.82-
YUV158.44181.93136.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=30.47%
G=24.01%
B=45.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701342540.330.4700.0025898.3676.08
HexAA86FE212F00102624c
Octal252206376415700402142114
Binary1010101010000110111111101000011011110010000001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA86FE; }

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

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

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

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

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

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

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

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