#A486FA

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

Shades of Light Slate Blue #A486FA

Tints of Light Slate Blue #A486FA

Color information

#A486FA (or 0xA486FA) is unknown color: approx Light Slate Blue. HEX triplet: A4, 86 and FA. RGB value is (164,134,250). Sum of RGB (Red+Green+Blue) = 164+134+250=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #A486FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486FA is #5B7905. Grayscale: #9B9B9B. Windows color (decimal): -5994758 or 16418468. OLE color: 16418468.

HSL color Cylindrical-coordinate representation of color #A486FA: hue angle of 255.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A486FA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164134250-
CMYK0.340.4600.02
HSL255.52º92.06%75.29%-
HSV(B)255.52º46.4%98.04%-
XYZ41.0931.8494.42-
YUV156.19180.94133.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 134 (52.73% from 255) = 24.45%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=29.93%
G=24.45%
B=45.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641342500.340.4600.02255.5292.0675.29
HexA486FA222E021005c4b
Octal244206372425602400134113
Binary10100100100001101111101010001010111001010000000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486FA; }

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

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

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

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

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

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

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

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