#A486FE

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

Shades of Light Slate Blue #A486FE

Tints of Light Slate Blue #A486FE

Color information

#A486FE (or 0xA486FE) is unknown color: approx Light Slate Blue. HEX triplet: A4, 86 and FE. RGB value is (164,134,254). Sum of RGB (Red+Green+Blue) = 164+134+254=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 134 (52.73% from 255 or 24.28% 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 #A486FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486FE is #5B7901. Grayscale: #9C9C9C. Windows color (decimal): -5994754 or 16680612. OLE color: 16680612.

HSL color Cylindrical-coordinate representation of color #A486FE: hue angle of 255º 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 #A486FE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164134254-
CMYK0.350.4700.00
HSL255º98.36%76.08%-
HSV(B)255º47.24%99.61%-
XYZ41.7232.197.76-
YUV156.65182.94133.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.71%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=29.71%
G=24.28%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641342540.350.4700.0025598.3676.08
HexA486FE232F00ff624c
Octal244206376435700377142114
Binary101001001000011011111110100011101111001111111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486FE; }

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

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

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

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

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

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

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

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