#a486ff

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

Shades of Light Slate Blue #A486FF

Tints of Light Slate Blue #A486FF

Color information

#A486FF (or 0xA486FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 86 and FF. RGB value is (164,134,255). Sum of RGB (Red+Green+Blue) = 164+134+255=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 134 (52.73% from 255 or 24.23% 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 #A486FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486FF is #5B7900. Grayscale: #9C9C9C. Windows color (decimal): -5994753 or 16746148. OLE color: 16746148.

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

Color convert

RGB164134255-
CMYK0.360.4700
HSL254.88º100%76.27%-
HSV(B)254.88º47.45%100%-
XYZ41.8832.1698.61-
YUV156.76183.44133.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 255 (100% from 255) = 46.11%
R=29.66%
G=24.23%
B=46.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641342550.360.4700254.8810076.27
HexA486FF242F00ff644c
Octal244206377445700377144114
Binary101001001000011011111111100100101111001111111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a486ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a486ff; }

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

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

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

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

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

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

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

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